diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 8e3f5def5a..d1f454b386 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -108,7 +108,7 @@ const nav: ThemeConfig['nav'] = [ text: 'News', items: [ { text: 'Blog', link: 'https://blog.vuejs.org/' }, - { text: 'Twitter', link: 'https://twitter.com/vuejs' }, + { text: 'Twitter', link: 'https://x.com/vuejs' }, { text: 'Events', link: 'https://events.vuejs.org/' }, { text: 'Newsletters', link: '/ecosystem/newsletters' } ] @@ -742,7 +742,7 @@ export default defineConfigWithTheme({ socialLinks: [ { icon: 'github', link: 'https://github.com/vuejs/' }, - { icon: 'twitter', link: 'https://twitter.com/vuejs' }, + { icon: 'twitter', link: 'https://x.com/vuejs' }, { icon: 'discord', link: 'https://discord.com/invite/vue' } ],