Skip to content

Commit

Permalink
chore: add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
wolimst committed May 11, 2024
1 parent 69a83bd commit 6aac30b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
routes.set('*', PageNotFound)
</script>

{#if PRODUCTION}
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon={'{"token": "56ce7e917d004e3a99327438feb854f8"}'}
></script>
{/if}

<Nav />

<main
Expand Down

0 comments on commit 6aac30b

Please sign in to comment.