Skip to content

Commit

Permalink
feat: add cf web analytic
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Aug 23, 2023
1 parent f06b211 commit fdeb4c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,9 @@ function followSearch(params: Record<string, string>) {
}
}
</style>

<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "e852b1db3a694a5a9b4af6b2cb3d682c"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>

0 comments on commit fdeb4c8

Please sign in to comment.