Skip to content

Commit c3abf65

Browse files
committed
add cloudflare analytics
1 parent 9015b66 commit c3abf65

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/layouts/BaseLayout.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ import "../styles/global.css";
4646
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap"
4747
rel="stylesheet"
4848
/>
49+
50+
<!-- Cloudflare Analytics -->
51+
<script
52+
defer
53+
src="https://static.cloudflareinsights.com/beacon.min.js"
54+
data-cf-beacon='{"token": "a96be8da5dbd4aba872e23b6d2113264"}'
55+
></script>
4956
</head>
5057
<body>
5158
<slot />

0 commit comments

Comments
 (0)