From 200e8bdccf800063bb87b0a7318e390dc31eddcb Mon Sep 17 00:00:00 2001 From: Masterain Date: Thu, 12 Jan 2023 04:12:47 -0800 Subject: [PATCH] Update zh.ts - fix bug --- docs/.vuepress/navbar/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/navbar/zh.ts b/docs/.vuepress/navbar/zh.ts index 53c25e0ab..a1ebe35a6 100644 --- a/docs/.vuepress/navbar/zh.ts +++ b/docs/.vuepress/navbar/zh.ts @@ -11,6 +11,6 @@ export const zhNavbar = navbar([ { text: "加入社区讨论", icon: "community", - link: "community.md" + link: "/community.md" }, ]);