local-weather/components/Analytics.tsx
ChrQR e6f5333851
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
for real this time
2024-05-12 22:21:27 +02:00

5 lines
210 B
TypeScript

export default function Analytics(){
return (
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "cc87b1af28264bd7aaf287ba7f905362"}'></script>
)
}