From f5ed2ce0615e125b6096975ff5b70dacf2bc41c1 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Mon, 5 Feb 2024 21:32:07 +0800 Subject: [PATCH] docs: fix broken links --- docs/.vuepress/configs/navbar/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/configs/navbar/zh.ts b/docs/.vuepress/configs/navbar/zh.ts index aeaf2597ce..602a9186d9 100644 --- a/docs/.vuepress/configs/navbar/zh.ts +++ b/docs/.vuepress/configs/navbar/zh.ts @@ -39,7 +39,7 @@ export const navbarZh: NavbarConfig = [ }, { text: '博客', - children: ['/zh/pugins/blog/', '/zh/plugins/feed/'], + children: ['/zh/plugins/blog/', '/zh/plugins/feed/'], }, { text: 'PWA',