We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93e098 commit 2c89d5dCopy full SHA for 2c89d5d
src/components/analytics/GTMBody.astro
@@ -2,7 +2,7 @@
2
//@ts-ignore
3
const isProd = import.meta.env.PROD as boolean;
4
// 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
+const GTM_ID = import.meta.env.PUBLIC_GTM_ID || "GTM-P8CG95NM"; // Replace GTM-XXXXXXX with your actual ID
6
---
7
8
{
0 commit comments