Skip to content

Commit dd64c59

Browse files
committed
feat:delete aboutme.md and redirect it to Github
1 parent cb4e5ec commit dd64c59

File tree

5 files changed

+119
-222
lines changed

5 files changed

+119
-222
lines changed

.vitepress/configs/nav.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ export const nav: DefaultTheme.Config['nav'] = [
77
{
88
text: '📆日记',
99
link: '/📆日记/index',
10-
},
11-
{
12-
text: '👨‍🎓关于我',
13-
link: '/otherDocs/关于我'
10+
1411
},
1512
{
1613
text: '🏷️标签',
1714
link: '/otherDocs/tagCloud'
15+
},
16+
{
17+
text: '👨‍🎓关于我',
18+
link: 'https://github.com/get1024'
1819
}
1920
]

0 commit comments

Comments
 (0)