Skip to content

Commit

Permalink
Remove custom domain from fathom script
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin committed May 12, 2023
1 parent d0b68a0 commit 54b4c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Providers/Fathom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export function FathomProvider() {
Fathom.load(process.env.NEXT_PUBLIC_FATHOM_SITE_ID, {
includedDomains: ['brianlovin.com'],
excludedDomains: ['vercel.app,localhost'],
url: process.env.NEXT_PUBLIC_FATHOM_CUSTOM_URL,
spa: 'auto',
})

Expand Down

0 comments on commit 54b4c63

Please sign in to comment.