mirror of
https://github.com/doocs/md.git
synced 2025-01-23 04:14:42 +08:00
fix: update configuration
This commit is contained in:
parent
faca068529
commit
f61628b3a9
@ -3,7 +3,7 @@
|
||||
"author": "doocs",
|
||||
"version": "1.4.2",
|
||||
"private": true,
|
||||
"homepage": "https://doocs.gitee.io/md",
|
||||
"homepage": ".",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
|
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
outputDir: "dist",
|
||||
publicPath: "/md/",
|
||||
publicPath: process.env.NETLIFY ? '/' : '/md/'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user