From d319fd1aee978a11c3defac310820ef7c31e3b76 Mon Sep 17 00:00:00 2001 From: Jun Shindo <46585162+jay-es@users.noreply.github.com> Date: Wed, 1 Oct 2025 17:19:24 +0900 Subject: [PATCH] fix(nav): update Twitter link to x.com --- .vitepress/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } ],