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

Commit 2e795da

Browse files
Add CF analytics
1 parent 70a89c5 commit 2e795da

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-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"}'></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"}'></script>
66+
<!-- End Cloudflare Web Analytics -->
6467
</head>
6568
<body>
6669
<Header />

src/pages/settings.astro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ import Password from '../components/password';
4747
content="https://user-images.githubusercontent.com/73721704/210157935-6aa8ec46-6fa4-4dd5-956f-6bfe351de42c.png"
4848
/>
4949
<!-- END METADATA -->
50+
<!-- Cloudflare Web Analytics -->
51+
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "4c8e51b204b048f98a90125e8950dd6e"}'></script>
52+
<!-- End Cloudflare Web Analytics -->
5053
</head>
5154
<body>
5255
<Header />

0 commit comments

Comments
 (0)