Skip to content

Commit

Permalink
Replace GA with Fathom (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoch authored Nov 13, 2024
1 parent b740698 commit e9016e5
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions website/src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,9 @@ const {
});
</script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M36Z0MH3PX"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-M36Z0MH3PX");
</script>
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="WIAZRUUH" defer></script>
<!-- / Fathom -->
<body"
class="flex min-h-screen flex-col bg-stone-100 font-mono text-gray-950 dark:bg-zinc-800 dark:text-slate-50"
>
Expand Down

0 comments on commit e9016e5

Please sign in to comment.