Skip to content

Commit

Permalink
Merge pull request #30 from minnoroth/fix-fathom
Browse files Browse the repository at this point in the history
Add SPA support for Fathom analytics.
  • Loading branch information
pavelhoral authored Mar 26, 2024
2 parents 23ce216 + 51e1137 commit 05181f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig({
'script', {
src: 'https://cdn.usefathom.com/script.js',
'data-site': 'ASVYZNXZ',
'data-spa': 'auto',
defer: '',
}
]
Expand Down

0 comments on commit 05181f6

Please sign in to comment.