From 132a8f05c8a66325a8131c32d3782288e740396b Mon Sep 17 00:00:00 2001 From: Zyronon Date: Mon, 17 Nov 2025 16:55:58 +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 7bae2ed2..11133695 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}`) },