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:
@@ -39,6 +39,6 @@ module.exports = {
|
||||
medium: "jakejarvis",
|
||||
linkedin: "jakejarvis",
|
||||
instagram: "jakejarvis",
|
||||
mastodon: "fosstodon.org/@jakejarvis",
|
||||
mastodon: "fediverse.jarv.is/@jake",
|
||||
},
|
||||
};
|
||||
|
@@ -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`,
|
||||
|
Reference in New Issue
Block a user