From 4531d9965acf32ca3779dbb45baf4079315cbf72 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 13 Dec 2023 17:11:59 +0800 Subject: [PATCH] fix: docsRepo --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 2c9558b3..3937c2b4 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -48,7 +48,7 @@ const config = { nextLinks: false, prevLinks: false, repo: 'dcloudio/uni-app', - docsRepo: 'https://gitcode.net/dcloud/unidocs-uni-app-x', + docsRepo: 'https://gitcode.net/dcloud/unidocs-uni-app-x-zh', docsBranch: 'master', docsDir: 'docs', editLinks: true, -- GitLab