From 3b10b8a576c8eb3ec33a192027af5e523c4d9ce4 Mon Sep 17 00:00:00 2001 From: Kuizuo Date: Mon, 24 Jun 2024 12:10:20 +0800 Subject: [PATCH] chore: hidden Twitter --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3d407cc5..4ea3a5e6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -101,7 +101,7 @@ const config: Config = { items: [ { label: '关于我', to: '/about' }, { label: 'GitHub', href: social.github.href }, - { label: 'Twitter', href: social.x.href }, + // { label: 'Twitter', href: social.x.href }, { label: '掘金', href: social.juejin.href }, { label: 'Discord', href: social.discord.href }, ],