Skip to content

Commit 2c89d5d

Browse files
author
Michał Gryczka
committed
GTM ID
1 parent a93e098 commit 2c89d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/analytics/GTMBody.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//@ts-ignore
33
const isProd = import.meta.env.PROD as boolean;
44
// Get GTM ID from environment variable or use your actual GTM ID
5-
const GTM_ID = import.meta.env.PUBLIC_GTM_ID || "GTM-XXXXXXX"; // Replace GTM-XXXXXXX with your actual ID
5+
const GTM_ID = import.meta.env.PUBLIC_GTM_ID || "GTM-P8CG95NM"; // Replace GTM-XXXXXXX with your actual ID
66
---
77

88
{

0 commit comments

Comments
 (0)