CzRger hace 3 semanas
padre
commit
8a229949c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

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