Skip to content

Commit b550ca0

Browse files
committed
Add Google Analytics
1 parent d77a08b commit b550ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function RootLayout({
5353
>
5454
{children}
5555
{process.env.NEXT_PUBLIC_VERCEL_ENV === 'production' && (
56-
<GoogleAnalytics gaId="G-" />
56+
<GoogleAnalytics gaId="G-3NDS0P32CZ" />
5757
)}
5858
</body>
5959
</html>

0 commit comments

Comments
 (0)