We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dfdbb5 + b4fbb9c commit 105a002Copy full SHA for 105a002
1 file changed
apps/web/app/layout.tsx
@@ -87,6 +87,18 @@ export default function RootLayout({
87
<Script src="https://lmsqueezy.com/affiliate.js" strategy="afterInteractive" />
88
</>
89
)}
90
+ <Script
91
+ src="https://www.googletagmanager.com/gtag/js?id=G-RVSYKESCPC"
92
+ strategy="afterInteractive"
93
+ />
94
+ <Script id="google-analytics" strategy="afterInteractive">
95
+ {`
96
+ window.dataLayer = window.dataLayer || [];
97
+ function gtag(){dataLayer.push(arguments);}
98
+ gtag('js', new Date());
99
+ gtag('config', 'G-RVSYKESCPC');
100
+ `}
101
+ </Script>
102
<SpeedInsights />
103
<Analytics />
104
</body>
0 commit comments