Skip to content

Commit 649a5e2

Browse files
committed
as
1 parent a8ff028 commit 649a5e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vitepress/config.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ export default defineConfig({
1818
items: [
1919
{ text: '测试', link: '/test' }
2020
]
21+
},
22+
{
23+
text: '神秘小项目',
24+
items: [
25+
{ text: '恶臭数字论证器', link: 'https://vectorlex.github.io/homo/' }
26+
]
2127
}
2228
],
2329

0 commit comments

Comments
 (0)