1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-17 16:55:31 -04:00

add redirect for running mastodon on subdomain

This commit is contained in:
2022-11-25 12:10:31 -05:00
parent a8f267a38e
commit aef4df3860
6 changed files with 244 additions and 231 deletions

View File

@@ -39,6 +39,6 @@ module.exports = {
medium: "jakejarvis",
linkedin: "jakejarvis",
instagram: "jakejarvis",
mastodon: "fosstodon.org/@jakejarvis",
mastodon: "fediverse.jarv.is/@jake",
},
};

View File

@@ -78,6 +78,10 @@ export const defaultSeo: DefaultSeoProps = {
// @ts-ignore
title: `${config.siteName} (Atom)`,
},
{
rel: "me",
href: `https://${config.authorSocial?.mastodon}`,
},
{
rel: "webmention",
href: `https://webmention.io/${config.webmentionId}/webmention`,