Chore: add base
parent
7348bf21d4
commit
8c441f4f51
|
@ -2,6 +2,7 @@ module.exports = {
|
||||||
plugins: [
|
plugins: [
|
||||||
'@vuepress/back-to-top'
|
'@vuepress/back-to-top'
|
||||||
],
|
],
|
||||||
|
base: '/Xray-docs-next/',
|
||||||
locales: {
|
locales: {
|
||||||
'/': {
|
'/': {
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
|
@ -38,4 +39,4 @@ module.exports = {
|
||||||
includeLevel: [2]
|
includeLevel: [2]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue