Skip to content

Commit 48bb03d

Browse files
authored
fix(nav): update Twitter link to x.com
Replaced old twitter.com/vuejs URL with x.com/vuejs in nav and socialLinks to reflect Twitter's new domain branding.
1 parent 595576c commit 48bb03d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const nav: ThemeConfig['nav'] = [
9797
text: 'News',
9898
items: [
9999
{ text: 'Blog', link: 'https://blog.vuejs.org/' },
100-
{ text: 'Twitter', link: 'https://twitter.com/vuejs' },
100+
{ text: 'Twitter', link: 'https://x.com/vuejs' },
101101
{ text: 'Events', link: 'https://events.vuejs.org/' },
102102
{ text: 'Newsletters', link: '/ecosystem/newsletters' }
103103
]
@@ -736,7 +736,7 @@ export default defineConfigWithTheme<ThemeConfig>({
736736

737737
socialLinks: [
738738
{ icon: 'github', link: 'https://github.com/vuejs/' },
739-
{ icon: 'twitter', link: 'https://twitter.com/vuejs' },
739+
{ icon: 'twitter', link: 'https://x.com/vuejs' },
740740
{ icon: 'discord', link: 'https://discord.com/invite/vue' }
741741
],
742742

0 commit comments

Comments
 (0)