Skip to content

Commit

Permalink
chore: update google tag
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 4, 2024
1 parent b7d7a79 commit 1901e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example-nextjs14/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default async function RootLayout({
<body className={`${roboto.className}`}>
{children}
</body>
{ isProd ? <GoogleAnalytics gaId="G-5N8Y565DXK" /> : null }
{isProd ? <GoogleAnalytics gaId="GT-WF8DT7LS" /> : null }
{isVercel ? <Analytics /> : null}
</html>
);
Expand Down

0 comments on commit 1901e40

Please sign in to comment.