diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 1b55e72..23228cd 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,7 +1,7 @@ module.exports = { title: 'Vue Antd Admin', description: 'Vue Antd Admin', - base: '/vue-antd-admin/', + base: '/vue-antd-admin-docs/', head: [ ['link', { rel: 'icon', href: '/favicon.ico' }] ], diff --git a/package.json b/package.json index 13150ea..0f4d9c3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "deploy": "gh-pages -d dist -b pages -r https://gitee.com/iczer/vue-antd-admin.git", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", - "docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist" + "docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist -b master -r https://gitee.com/iczer/vue-antd-admin-docs.git" }, "dependencies": { "@antv/data-set": "^0.11.4",