aboutsummaryrefslogtreecommitdiff
path: root/docusaurus.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docusaurus.config.js')
-rw-r--r--docusaurus.config.js11
1 files changed, 7 insertions, 4 deletions
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(旧)',