From c9dc7a82258a99342dd5b89271f800628fd1fa26 Mon Sep 17 00:00:00 2001 From: Zyronon Date: Mon, 17 Nov 2025 17:01:55 +0800 Subject: [PATCH] Update vite.config.ts --- vite.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 11133695..7bae2ed2 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -64,9 +64,9 @@ export default defineConfig(() => { enforce: 'pre', transformIndexHtml(html) { const scripts = ` - - - + + + ` return html.replace('', `${scripts}`) },