Skip to content

Commit

Permalink
Try loading fathon settings first
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Veld committed May 8, 2023
1 parent 7844707 commit 1ffcbdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ export default function App({ Component, pageProps }) {
<>
<Index></Index>
<div onClick={() => {
Fathom.load('UIDSVFCJ', {
includedDomains: ['jumppad.dev'],
});

Fathom.trackGoal('WQM0QGYV', 1)
console.log('clicked')
}}>hi</div>
Expand Down

0 comments on commit 1ffcbdb

Please sign in to comment.