1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-16 19:45:33 -04:00

fix fathom pings

This commit is contained in:
2022-06-30 09:31:11 -04:00
parent 7da0a713a4
commit 5f22b7989d

View File

@@ -36,8 +36,6 @@ const App = ({ Component, pageProps }: AppProps) => {
// https://vercel.com/guides/deploying-nextjs-using-fathom-analytics-with-vercel
Fathom.load(config.fathomSiteId, {
includedDomains: [config.siteDomain],
// we trigger pageview sending manually below, don't also do it on script load
auto: false,
});
const onRouteChangeComplete = (url: string) => {