研发图纸文件管理系统-前端项目
iczer
2020-08-03 f82c33b0d3b9f81563ae1a2404385c660e8d3b31
update configuration for docs deploy
2个文件已修改
4 ■■■■ 已修改文件
docs/.vuepress/config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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' }]
  ],
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",