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.
1 parent 5728973 commit 7159bdaCopy full SHA for 7159bda
1 file changed
app/layout.tsx
@@ -31,9 +31,19 @@ export default function RootLayout({
31
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
32
>
33
{children}
34
- <SpeedInsights/>
35
- <Analytics/>
+ <SpeedInsights />
+ <Analytics />
36
</body>
37
+
38
+ <!-- Google tag (gtag.js) -->
39
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-76J0DNMDT5"></script>
40
+ <script>
41
+ window.dataLayer = window.dataLayer || [];
42
+ function gtag(){dataLayer.push(arguments);}
43
+ gtag('js', new Date());
44
45
+ gtag('config', 'G-76J0DNMDT5');
46
+ </script>
47
</html>
48
);
49
}
0 commit comments