From 8a8269648cb3847aa679822c88c3a5cfa8860275 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Mon, 25 Sep 2023 15:39:23 +0200 Subject: [PATCH] Update config.ts --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 4af0414..2ef3a9a 100644 --- a/src/config.ts +++ b/src/config.ts @@ -137,8 +137,8 @@ export const SOCIALS: SocialObjects = [ }, { name: "Mastodon", - href: "https://github.com/satnaing/astro-paper", + href: "https://mastodon.social/@alexohneander", linkTitle: `${SITE.title} on Mastodon`, - active: false, + active: true, }, ];