Created
March 13, 2025 19:37
-
-
Save micahwalter/9df7fcecbda88219725035169ae31dd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fathomSnippet = document.createElement('script'); | |
fathomSnippet.defer = true; | |
fathomSnippet.setAttribute('data-site', '<your-site-code>'); | |
fathomSnippet.src = 'https://cdn.usefathom.com/script.js'; | |
document.head.appendChild(fathomSnippet); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment