zhaobao 2 년 전
부모
커밋
c5b5d4ef33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -3,7 +3,7 @@ const path = require('path')
 
 module.exports = defineConfig({
   publicPath: './',
-  outputDir: 'trans_bigScreen',
+  outputDir: 'trans_bigScreen_dist',
   assetsDir: 'static',
   transpileDependencies: true,
   productionSourceMap: false,