Skip to content

Commit 33ecb45

Browse files
committed
replace forum with github discussions link
1 parent 680d4a0 commit 33ecb45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vitepress/config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ const nav = [
7474
text: 'Discord Chat',
7575
link: 'https://discord.com/invite/HBherRA'
7676
},
77-
{ text: 'Forum', link: 'https://forum.vuejs.org/' },
77+
{
78+
text: 'GitHub Discussions',
79+
link: 'https://github.com/vuejs/core/discussions'
80+
},
7881
{ text: 'DEV Community', link: 'https://dev.to/t/vue' }
7982
]
8083
},

0 commit comments

Comments
 (0)