Skip to content

Commit

Permalink
Add Analytics tracking!
Browse files Browse the repository at this point in the history
Using Cabin, so no privacy implications!
  • Loading branch information
leowilkin authored Aug 29, 2024
1 parent 73c5eb3 commit ea7635d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/layouts/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const { title, description, image = '/syakir.webp' } = Astro.props;
<link rel='icon' href={Favicon.src} />
<meta name='generator' content={Astro.generator} />

<!-- Analytics -->
<script is:inline async defer src="https://cabin.zenithhacks.org/hello.js"></script>

<!-- Canonical URL -->
<link rel='canonical' href={canonicalURL} />

Expand Down

0 comments on commit ea7635d

Please sign in to comment.