From 814b92b6fe846073db22289d71383e1cd1efff18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=A4=A7=E4=BB=99?= <1900919313@qq.com> Date: Fri, 16 Aug 2024 10:27:10 +0800 Subject: [PATCH] c --- docs/.vitepress/navbar/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/navbar/index.ts b/docs/.vitepress/navbar/index.ts index 3b2f1d7..d74f27e 100644 --- a/docs/.vitepress/navbar/index.ts +++ b/docs/.vitepress/navbar/index.ts @@ -14,5 +14,5 @@ export const nav: DefaultTheme.NavItem[] = [ ] }, { text: '开源软件', link: 'https://aexiar.github.io/open-software/notes/' }, - { text: '关于我', link: 'notes/about/' }, + { text: '关于我', link: '/notes/about/' }, ] \ No newline at end of file