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 d77a08b commit b550ca0Copy full SHA for b550ca0
src/app/layout.tsx
@@ -53,7 +53,7 @@ export default function RootLayout({
53
>
54
{children}
55
{process.env.NEXT_PUBLIC_VERCEL_ENV === 'production' && (
56
- <GoogleAnalytics gaId="G-" />
+ <GoogleAnalytics gaId="G-3NDS0P32CZ" />
57
)}
58
</body>
59
</html>
0 commit comments