Skip to content

Commit

Permalink
Merge pull request #51 from WhisperNode/rebuilding
Browse files Browse the repository at this point in the history
add fathom lite
  • Loading branch information
gh0stdotexe authored Nov 7, 2023
2 parents 4c05b4e + a283ce1 commit 75fa757
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,20 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!-- Fathom - simple website analytics - https://github.com/usefathom/fathom -->
<script>
(function(f, a, t, h, o, m){
a[h]=a[h]||function(){
(a[h].q=a[h].q||[]).push(arguments)
};
o=f.createElement('script'),
m=f.getElementsByTagName('script')[0];
o.async=1; o.src=t; o.id='fathom-script';
m.parentNode.insertBefore(o,m)
})(document, window, '//fathom-lite-production-f3f5.up.railway.app/tracker.js', 'fathom');
fathom('set', 'siteId', 'DHAWB');
fathom('trackPageview');
</script>
<!-- / Fathom -->
</body>
</html>

0 comments on commit 75fa757

Please sign in to comment.