CzRger 5 months ago
parent
commit
708112b52f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -40,7 +40,7 @@ export default defineConfig({
       promiseImportName: i => `__tla_${i}`
     })
   ],
-  base: '/',
+  // base: '/',
   resolve: {
     alias: {
       '@': resolve(__dirname, 'src'),