Skip to content

Commit

Permalink
Fix fathom
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlovin committed Jun 1, 2020
1 parent 4c89892 commit aba7063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Providers/Fathom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Fathom() {
tracker.setAttribute('site', process.env.SPECFM_FATHOM_SITE_ID)
tracker.setAttribute('spa', 'auto')
tracker.setAttribute('excluded-domains', 'localhost,now.sh')
tracker.setAttribute('included-domains', 'spec.fm.com')
tracker.setAttribute('included-domains', 'spec.fm')
tracker.src = process.env.SPECFM_FATHOM_CUSTOM_URL
firstScript.parentNode.insertBefore(tracker, firstScript)
}, [])
Expand Down

0 comments on commit aba7063

Please sign in to comment.