Skip to content

Commit

Permalink
chore: add the analytics script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarmos-san committed Dec 27, 2023
1 parent 2eb48ed commit 9814a1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@ const { description, slug, title, imageUrl, imageAlt } = Astro.props;
<Footer />
</body>
</html>

<!-- Cloudflare analytics script -->
<script
is:inline
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "392941b3f13c4678bb21cdb0fadafe91"}'></script>

0 comments on commit 9814a1c

Please sign in to comment.