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,