diff --git a/vite.config.js b/vite.config.js index 0b6f2a27..df8ad89f 100644 --- a/vite.config.js +++ b/vite.config.js @@ -17,7 +17,7 @@ const indexReplace = () => { export default defineConfig(({ command, mode }) => { const isProduction = mode === 'production'; return { - base: './', + // base: './', build: { polyfillDynamicImport: false, cssCodeSplit: false,