From ace35d1d27ee8b3d2f1ee2e4f9d617ce83c10bdc Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 8 Dec 2023 15:53:11 +0800 Subject: [PATCH] feat: build base --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c9aa1f55..2c9558b3 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -14,6 +14,7 @@ const changeLoaderOptions = (options, key = 'name') => { }; const config = { + base: '/uni-app-x/', theme: 'vuepress-theme-uni-app-test', title: 'uni-app-x', description: 'uni-app-x Document', -- GitLab