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",
|
"author": "doocs",
|
||||||
"version": "1.4.2",
|
"version": "1.4.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://doocs.gitee.io/md",
|
"homepage": ".",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
outputDir: "dist",
|
outputDir: "dist",
|
||||||
publicPath: "/md/",
|
publicPath: process.env.NETLIFY ? '/' : '/md/'
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user