feat: Add Cloudflare Insights beacon.

Adds a script tag to include Cloudflare Insights beacon in _app.tsx.
This commit is contained in:
Ayane Satomi 2023-10-22 06:35:25 +00:00
parent b5a93a58fa
commit bc4fc678c7

View file

@ -36,6 +36,7 @@ export default function App({ Component }: AppProps) {
</head>
<body>
<Component />
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "da71f3cc23af449aa491996d8d2d1eb5"}'></script>
</body>
<Footer />
</html>