From 86fbbe82c8bb4682ae71394c5fcd496158d735ff Mon Sep 17 00:00:00 2001 From: satnaing Date: Tue, 3 Jan 2023 21:05:20 +0630 Subject: [PATCH] refactor: disable Mastodon social link --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index e7ef74b..c8457cb 100644 --- a/src/config.ts +++ b/src/config.ts @@ -136,6 +136,6 @@ export const SOCIALS: SocialObjects = [ name: "Mastodon", href: "https://github.com/satnaing/astro-paper", linkTitle: `${SITE.title} on Mastodon`, - active: true, + active: false, }, ];