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