Ver Fonte

chore: update GTM_ID definition, close #4217

fred-bf há 1 ano atrás
pai
commit
e71094d4a8
1 ficheiros alterados com 3 adições e 0 exclusões
  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;
     }
   }
 }