Skip to content

Commit

Permalink
Add cloudflare analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Oct 26, 2024
1 parent 2d69054 commit c9266ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/frontpage/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ export default function Layout({ children }: { children: React.ReactNode }) {
<SpeedInsights />
<Analytics />
</ThemeProvider>
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "5e64b32c70b34b1583d863032b03d9ad"}'
/>
</body>
</html>
);
Expand Down

0 comments on commit c9266ab

Please sign in to comment.