Skip to content

Commit

Permalink
fix: id param for google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Nov 4, 2024
1 parent 5705ff0 commit f92a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function RootLayout({
>
{children}
</body>
<GoogleAnalytics id={GA_MEASUREMENT_ID} />
<GoogleAnalytics gaId={GA_MEASUREMENT_ID} />
</html>
);
}

0 comments on commit f92a25a

Please sign in to comment.