Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit a7acc2b

Browse files
Merge pull request #39 from Ruby-Network/main
Add CF analytics
2 parents 29b6fa0 + d8d2831 commit a7acc2b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/layouts/allpages.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,7 @@
8484
/>
8585
<link rel="stylesheet" href="/assets/fontawesome/css/all.min.css" />
8686
<script async src="https://arc.io/widget.min.js#S55qwksB"></script>
87+
<!-- Cloudflare Web Analytics -->
88+
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "4c8e51b204b048f98a90125e8950dd6e"}' defer></script>
89+
<!-- End Cloudflare Web Analytics -->
8790
</head>

src/pages/search.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ import Search from '../components/search';
6161
<script src="/js/particles.js" defer></script>
6262
<script src="/js/register.js" defer></script>
6363
<link rel="manifest" href="/manifest.json" />
64+
<!-- Cloudflare Web Analytics -->
65+
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "4c8e51b204b048f98a90125e8950dd6e"}' defer></script>
66+
<!-- End Cloudflare Web Analytics -->
6467
</head>
6568
<body>
6669
<Header />

0 commit comments

Comments
 (0)