We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5705ff0 commit f92a25aCopy full SHA for f92a25a
src/app/layout.tsx
@@ -34,7 +34,7 @@ export default function RootLayout({
34
>
35
{children}
36
</body>
37
- <GoogleAnalytics id={GA_MEASUREMENT_ID} />
+ <GoogleAnalytics gaId={GA_MEASUREMENT_ID} />
38
</html>
39
);
40
}
0 commit comments