From 3b67d6ea823fac67b10810e90ed8fdcfa6f603ee Mon Sep 17 00:00:00 2001 From: guide Date: Tue, 14 Jun 2022 17:55:31 +0800 Subject: [PATCH] Update themeConfig.ts --- docs/.vuepress/themeConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/themeConfig.ts b/docs/.vuepress/themeConfig.ts index 7a5b4dc6..7356e7bc 100644 --- a/docs/.vuepress/themeConfig.ts +++ b/docs/.vuepress/themeConfig.ts @@ -7,7 +7,7 @@ export default defineThemeConfig({ hostname: "https://javaguide.cn/", author: { name: "Guide", - url: "https://javaguide.cn/", + url: "https://javaguide.cn/article/", }, repo: "https://github.com/Snailclimb/JavaGuide", docsDir: "docs",