mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 14:46:37 -04:00
lint all the things
This commit is contained in:
@ -29,7 +29,7 @@ const App = ({ Component, pageProps }: AppProps) => {
|
||||
// https://usefathom.com/docs/integrations/next
|
||||
// https://vercel.com/guides/deploying-nextjs-using-fathom-analytics-with-vercel
|
||||
Fathom.load(config.fathomSiteId, {
|
||||
url: `https://${config.fathomCustomDomain || "cdn.usefathom.com"}/script.js`,
|
||||
url: `${config.fathomCustomDomain || "https://cdn.usefathom.com"}/script.js`,
|
||||
includedDomains: [config.siteDomain],
|
||||
});
|
||||
|
||||
@ -108,11 +108,11 @@ const App = ({ Component, pageProps }: AppProps) => {
|
||||
},
|
||||
{
|
||||
rel: "preconnect",
|
||||
href: `https://${config.fathomCustomDomain}`,
|
||||
href: config.fathomCustomDomain,
|
||||
},
|
||||
{
|
||||
rel: "dns-prefetch",
|
||||
href: `https://${config.fathomCustomDomain}`,
|
||||
href: config.fathomCustomDomain,
|
||||
},
|
||||
{
|
||||
rel: "webmention",
|
||||
@ -122,10 +122,6 @@ const App = ({ Component, pageProps }: AppProps) => {
|
||||
rel: "pingback",
|
||||
href: `https://webmention.io/${config.webmentionId}/xmlrpc`,
|
||||
},
|
||||
{
|
||||
rel: "license",
|
||||
href: "https://creativecommons.org/licenses/by/4.0/",
|
||||
},
|
||||
{
|
||||
rel: "humans",
|
||||
href: "/humans.txt",
|
||||
@ -161,10 +157,6 @@ const App = ({ Component, pageProps }: AppProps) => {
|
||||
name: "msvalidate.01",
|
||||
content: "164551986DA47F7F6FC0D21A93FFFCA6",
|
||||
},
|
||||
{
|
||||
name: "yandex-verification",
|
||||
content: "634a039ec46fa286",
|
||||
},
|
||||
{
|
||||
name: "twitter:dnt",
|
||||
content: "on",
|
||||
|
Reference in New Issue
Block a user