We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a728fc + d2d0d13 commit 453652cCopy full SHA for 453652c
src/app/[locale]/layout.tsx
@@ -87,6 +87,17 @@ export default function LocaleLayout({
87
href="https://unpkg.com/[email protected]/dist/leaflet.css"
88
/>
89
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
90
+
91
+ {/* Google tag (gtag.js) */}
92
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-SVNC88Q13K"></script>
93
+ <script dangerouslySetInnerHTML={{
94
+ __html: `
95
+ window.dataLayer = window.dataLayer || [];
96
+ function gtag(){dataLayer.push(arguments);}
97
+ gtag('js', new Date());
98
+ gtag('config', 'G-SVNC88Q13K');
99
+ `,
100
+ }} />
101
</head>
102
<body
103
className={`bg-background text-black ${lato.className}`}>
0 commit comments