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