mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
Update vue.config.js
This commit is contained in:
parent
d54a2af230
commit
19a0b4798e
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user