Skip to content

Commit

Permalink
Merge pull request #142 from Ncookiez/main
Browse files Browse the repository at this point in the history
Updated Fathom CDN Script
  • Loading branch information
lcusack authored Aug 3, 2023
2 parents 895467a + e03d1d5 commit 09f1a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const AppContainer: React.FC<AppProps> = (props) => {
const fathomSiteId = process.env.NEXT_PUBLIC_FATHOM_SITE_ID
if (fathomSiteId) {
Fathom.load(process.env.NEXT_PUBLIC_FATHOM_SITE_ID, {
url: 'https://goose.pooltogether.com/script.js',
url: 'https://cdn.usefathom.com/script.js',
includedDomains: ['app.pooltogether.com', 'v4.pooltogether.com']
})
const onRouteChangeComplete = (url) => {
Expand Down

0 comments on commit 09f1a1e

Please sign in to comment.