From 50e975d01c3a48bb98957fd5eb4936beb2aa3b1e Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:46:12 +0900 Subject: リンクをselfに変更 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docusaurus.config.js') diff --git a/docusaurus.config.js b/docusaurus.config.js index 72c7355f..9b6d19dd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -124,7 +124,7 @@ const config = { title: 'コミュニティ', items: [ { - label: 'Twitter', + label: 'X(旧Twitter)', href: 'https://twitter.com/yasutakeyohei', }, ], @@ -134,15 +134,18 @@ const config = { items: [ { label: 'オフィシャルサイト', - href: 'https://yasutakeyohei.com/', + to: 'https://yasutakeyohei.com/', + target: '_self', }, { label: 'ふらっとブログ', - href: 'https://yasutakeyohei.com/blog/', + to: 'https://yasutakeyohei.com/blog/', + target: '_self', }, { label: 'Cgit(新)', - href: 'https://git.yasutakeyohei.com/', + to: 'https://cgit.yasutakeyohei.com/', + target: '_self', }, { label: 'GitHub(旧)', -- cgit v1.2.3-54-g00ecf