Skip to content

Commit

Permalink
fix: disable custom fathom url until further notice
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts authored May 9, 2023
1 parent c4cc9c8 commit b050651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const useAnalytics = () => {
useEffect(() => {
if (process.env.NODE_ENV === "production") {
Fathom.load(process.env.NEXT_PUBLIC_FATHOM_SITE_ID, {
url: process.env.NEXT_PUBLIC_FATHOM_URL,
// url: process.env.NEXT_PUBLIC_FATHOM_URL,
includedDomains: ["cpt.daveroverts.nl"],
});
}
Expand Down

0 comments on commit b050651

Please sign in to comment.