diff --git a/.vitepress/config.ts b/.vitepress/config.ts index c2812612..ae866000 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -107,7 +107,7 @@ const nav: ThemeConfig['nav'] = [ text: 'ニュース', items: [ { text: 'ブログ', link: 'https://blog.vuejs.org/' }, - { text: 'Twitter', link: 'https://twitter.com/vuejs' }, + { text: 'Twitter', link: 'https://x.com/vuejs' }, { text: 'イベント', link: 'https://events.vuejs.org/' }, { text: 'ニュースレター', link: '/ecosystem/newsletters' } ] @@ -775,7 +775,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' } ],