Update config.ts

This commit is contained in:
2023-09-25 15:39:23 +02:00
committed by GitHub
parent b921284f4d
commit 8a8269648c

View File

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