Skip to content

Commit 0e9e14c

Browse files
committed
Add Cloudflare analytics to docs site
1 parent 25a84f9 commit 0e9e14c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/layouts/MainLayout.astro

+1
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,6 @@ const nextLink: Record<string, Link | undefined> = {
133133
<RightSidebar headings={headings} githubEditUrl={githubEditUrl} />
134134
</aside>
135135
</main>
136+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token": "8d756941072a4e108206714e34ad450b"}'></script>
136137
</body>
137138
</html>

0 commit comments

Comments
 (0)