Skip to content

Commit

Permalink
use tag manager
Browse files Browse the repository at this point in the history
  • Loading branch information
laubsauger committed May 3, 2024
1 parent 6dc02c5 commit 4d642e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function EdenApp(props: EdenAppProps) {
{getLayout(<Component {...pageProps} />)}
</main>
{process.env.NODE_ENV === 'production' ? (
<GoogleTagManager gtmId="G-W4718WCZQK" />
<GoogleTagManager gtmId="GTM-MR2LV55Z" />
) : null}
<Script
src="https://rum-static.pingdom.net/pa-662f1da168cac40012000a8e.js"
Expand Down

0 comments on commit 4d642e8

Please sign in to comment.