Skip to content

Commit

Permalink
Update vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored Nov 23, 2021
1 parent d54a2af commit 19a0b47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
publicPath: process.env.SERVER_ENV === `NETLIFY` ? `/` : `/md/`, // 基本路径, 建议以绝对路径跟随访问目录
outputDir: process.env.SERVER_ENV === `NETLIFY` ? `./dist/` : `./dist/md/`, // 输出文件目录
css: {
sourceMap: true,
},
Expand Down

0 comments on commit 19a0b47

Please sign in to comment.