1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-23 08:04:28 -04:00

remove some unused analytics config

This commit is contained in:
2022-01-22 20:37:57 -05:00
parent 0343aa9be4
commit 5d402bc31b
3 changed files with 0 additions and 26 deletions

View File

@@ -41,8 +41,6 @@ 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, {
// optional custom domain: https://usefathom.com/docs/script/custom-domains
url: `${config.fathomCustomDomain || "https://cdn.usefathom.com"}/script.js`,
// don't track branch/deploy previews and localhost
includedDomains: [config.siteDomain],
});
@@ -86,9 +84,6 @@ const App = ({ Component, pageProps }: AppProps) => {
site: `@${config.authorSocial.twitter}`,
cardType: "summary",
}}
facebook={{
appId: config.facebookAppId,
}}
additionalLinkTags={[
{
rel: "icon",
@@ -120,14 +115,6 @@ const App = ({ Component, pageProps }: AppProps) => {
type: "application/atom+xml",
title: `${config.siteName} (Atom)`,
},
{
rel: "preconnect",
href: config.fathomCustomDomain,
},
{
rel: "dns-prefetch",
href: config.fathomCustomDomain,
},
{
rel: "webmention",
href: `https://webmention.io/${config.webmentionId}/webmention`,