@@ -1,7 +1,7 @@
.DS_Store
node_modules
/dist
-
+goaf_bigScreen_dist/
# local env files
.env.local
@@ -3,7 +3,7 @@ const path = require('path')
module.exports = defineConfig({
publicPath: './',
- outputDir: 'goaf_bigScreen',
+ outputDir: 'goaf_bigScreen_dist',
assetsDir: 'static',
transpileDependencies: true,
productionSourceMap: false,