CzRger 1 week ago
parent
commit
8a229949c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -77,7 +77,7 @@ export default defineConfig(({ mode, command }) => {
     },
     },
     build: {
     build: {
       target: 'esnext',
       target: 'esnext',
-      outDir: 'smart-ask-answer-web',
+      outDir: env.VITE_BASE,
       rollupOptions: {
       rollupOptions: {
         //分包优化
         //分包优化
         output: {
         output: {