Skip to content

Commit

Permalink
docs(latest): move to ga
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jan 2, 2024
1 parent 3413a66 commit ff8449d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/latest/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ export default function Document() {
return (
<Html>
<Head>
<Script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "9fc900940cb247dca4285a49a580282b"}'
strategy="afterInteractive"
></Script>
<Script src="https://www.googletagmanager.com/gtag/js?id=G-E8Z8HL9WXF" />
<Script id="google-analytics">
{`
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-E8Z8HL9WXF');
`}
</Script>
</Head>
<body>
<Main />
Expand Down

2 comments on commit ff8449d

@vercel
Copy link

@vercel vercel bot commented on ff8449d Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on ff8449d Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.