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 }, ],