zhaobao 1 рік тому
батько
коміт
e894f56f91
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      .gitignore
  2. 1 1
      vue.config.js

+ 1 - 1
.gitignore

@@ -1,7 +1,7 @@
 .DS_Store
 node_modules
 /dist
-
+goaf_bigScreen_dist/
 
 # local env files
 .env.local

+ 1 - 1
vue.config.js

@@ -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,