Update config.ts

This commit is contained in:
Alex Wellnitz 2023-09-25 15:39:23 +02:00 committed by GitHub
parent b921284f4d
commit 8a8269648c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,8 +137,8 @@ export const SOCIALS: SocialObjects = [
}, },
{ {
name: "Mastodon", name: "Mastodon",
href: "https://github.com/satnaing/astro-paper", href: "https://mastodon.social/@alexohneander",
linkTitle: `${SITE.title} on Mastodon`, linkTitle: `${SITE.title} on Mastodon`,
active: false, active: true,
}, },
]; ];