Browse Source

Merge pull request #4218 from ChatGPTNextWeb/fred-bf-patch-1

chore: update GTM_ID definition
fred-bf 1 year ago
parent
commit
5529ece220
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/config/server.ts

+ 3 - 0
app/config/server.ts

@@ -30,6 +30,9 @@ declare global {
       // google only
       GOOGLE_API_KEY?: string;
       GOOGLE_URL?: string;
+
+      // google tag manager
+      GTM_ID?: string;
     }
   }
 }