Skip to content

Commit

Permalink
update discord link in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 6, 2024
1 parent 8efb4cf commit 31d6411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ export default defineConfigWithTheme<ThemeConfig>({
socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/' },
{ icon: 'twitter', link: 'https://twitter.com/vuejs' },
{ icon: 'discord', link: 'https://discord.com/invite/HBherRA' }
{ icon: 'discord', link: 'https://discord.com/invite/vue' }
],

editLink: {
Expand Down

0 comments on commit 31d6411

Please sign in to comment.