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}`) },