mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-05 07:05:40 -05:00
add Mastodon link
This commit is contained in:
@@ -39,5 +39,6 @@ module.exports = {
|
||||
medium: "jakejarvis",
|
||||
linkedin: "jakejarvis",
|
||||
instagram: "jakejarvis",
|
||||
mastodon: "fosstodon.org/@jakejarvis",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -112,6 +112,7 @@ export const socialProfileJsonLd: SocialProfileJsonLdProps = {
|
||||
`https://www.linkedin.com/in/${config.authorSocial?.linkedin}/`,
|
||||
`https://www.facebook.com/${config.authorSocial?.facebook}`,
|
||||
`https://www.instagram.com/${config.authorSocial?.instagram}/`,
|
||||
`https://${config.authorSocial?.mastodon}`,
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user