fixed cf?
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
This commit is contained in:
parent
e6f5333851
commit
04288c7dfe
@ -1,5 +1,12 @@
|
|||||||
export default function Analytics(){
|
import Script from 'next/script';
|
||||||
|
|
||||||
|
export default function Analytics() {
|
||||||
return (
|
return (
|
||||||
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "cc87b1af28264bd7aaf287ba7f905362"}'></script>
|
<Script
|
||||||
)
|
src="https://static.cloudflareinsights.com/beacon.min.js"
|
||||||
|
data-cf-beacon='{"token": "cc87b1af28264bd7aaf287ba7f905362"}'
|
||||||
|
defer
|
||||||
|
strategy="afterInteractive" // Ensures the script is loaded after the page is interactive
|
||||||
|
/>
|
||||||
|
);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user