diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3fc16bba2..a5270cb9c 100644 --- a/docs/.vuepress/config.js +++ b/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] } } -} \ No newline at end of file +}