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
+4
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`,