Browse Source

Chore: add base

pull/2/head
Jim Han 4 years ago committed by GitHub
parent
commit
8c441f4f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/.vuepress/config.js

3
docs/.vuepress/config.js

@ -2,6 +2,7 @@ module.exports = {
plugins: [
'@vuepress/back-to-top'
],
base: '/Xray-docs-next/',
locales: {
'/': {
lang: 'zh-CN',
@ -38,4 +39,4 @@ module.exports = {
includeLevel: [2]
}
}
}
}

Loading…
Cancel
Save