We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 174ccb1 + d9d805d commit b6d9a0aCopy full SHA for b6d9a0a
src/pages/_document.tsx
@@ -59,6 +59,11 @@ export default class MyDocument extends Document<DocumentProps> {
59
})()`,
60
}}
61
/>
62
+ <script
63
+ defer
64
+ src="https://static.cloudflareinsights.com/beacon.min.js"
65
+ data-cf-beacon='{"token": "7119a34ea5d44f3db50204b9626b36f6"}'
66
+ ></script>
67
<link rel="preconnect" href="https://bh4d9od16a-dsn.algolia.net" crossOrigin="true" />
68
<Main />
69
<NextScript />
0 commit comments