Skip to content

Commit f92a25a

Browse files
committed
fix: id param for google analytics
1 parent 5705ff0 commit f92a25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function RootLayout({
3434
>
3535
{children}
3636
</body>
37-
<GoogleAnalytics id={GA_MEASUREMENT_ID} />
37+
<GoogleAnalytics gaId={GA_MEASUREMENT_ID} />
3838
</html>
3939
);
4040
}

0 commit comments

Comments
 (0)