Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 31b4521

Browse files
authored
fix(nav): update Twitter link to x.com (#3291)
Replaced old twitter.com/vuejs URL with x.com/vuejs in nav and socialLinks to reflect Twitter's new domain branding.
1 parent 39406bf commit 31b4521

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
@@ -107,7 +107,7 @@ const nav: ThemeConfig['nav'] = [
107107
text: 'News',
108108
items: [
109109
{ text: 'Blog', link: 'https://blog.vuejs.org/' },
110-
{ text: 'Twitter', link: 'https://twitter.com/vuejs' },
110+
{ text: 'Twitter', link: 'https://x.com/vuejs' },
111111
{ text: 'Events', link: 'https://events.vuejs.org/' },
112112
{ text: 'Newsletters', link: '/ecosystem/newsletters' }
113113
]
@@ -741,7 +741,7 @@ export default defineConfigWithTheme<ThemeConfig>({
741741

742742
socialLinks: [
743743
{ icon: 'github', link: 'https://github.com/vuejs/' },
744-
{ icon: 'twitter', link: 'https://twitter.com/vuejs' },
744+
{ icon: 'twitter', link: 'https://x.com/vuejs' },
745745
{ icon: 'discord', link: 'https://discord.com/invite/vue' }
746746
],
747747

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /