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",