Skip to content

Commit e6655cc

Browse files
authored
fix(nav): update Twitter link to x.com (#2667)
1 parent 5fc921f commit e6655cc

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: 'ニュース',
108108
items: [
109109
{ text: 'ブログ', link: 'https://blog.vuejs.org/' },
110-
{ text: 'Twitter', link: 'https://twitter.com/vuejs' },
110+
{ text: 'Twitter', link: 'https://x.com/vuejs' },
111111
{ text: 'イベント', link: 'https://events.vuejs.org/' },
112112
{ text: 'ニュースレター', link: '/ecosystem/newsletters' }
113113
]
@@ -775,7 +775,7 @@ export default defineConfigWithTheme<ThemeConfig>({
775775

776776
socialLinks: [
777777
{ icon: 'github', link: 'https://github.com/vuejs/' },
778-
{ icon: 'twitter', link: 'https://twitter.com/vuejs' },
778+
{ icon: 'twitter', link: 'https://x.com/vuejs' },
779779
{ icon: 'discord', link: 'https://discord.com/invite/vue' }
780780
],
781781

0 commit comments

Comments
 (0)