1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 14:45:32 -04:00

remove webmention.io

This commit is contained in:
2024-02-14 21:14:18 -05:00
parent 1a6ac7f483
commit b5f0f56702
6 changed files with 154 additions and 71 deletions

View File

@@ -18,7 +18,6 @@ module.exports = {
verifyGoogle: "qQhmLTwjNWYgQ7W42nSTq63xIrTch13X_11mmxBE9zk",
verifyBing: "164551986DA47F7F6FC0D21A93FFFCA6",
fathomSiteId: "PIUEIVIZ",
webmentionId: "jarv.is",
giscusConfig: {
// https://github.com/giscus/giscus-component/tree/main/packages/react#readme
repo: "jakejarvis/jarv.is",

View File

@@ -79,14 +79,6 @@ export const defaultSeo: DefaultSeoProps = {
// @ts-ignore
title: `${config.siteName} (Atom)`,
},
{
rel: "webmention",
href: `https://webmention.io/${config.webmentionId}/webmention`,
},
{
rel: "pingback",
href: `https://webmention.io/${config.webmentionId}/xmlrpc`,
},
{
rel: "humans",
href: "/humans.txt",