diff --git a/.replit b/.replit index 6ce283d..454d840 100644 --- a/.replit +++ b/.replit @@ -15,6 +15,10 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 +[[ports]] +localPort = 37615 +externalPort = 3000 + [env] PORT = "5000" diff --git a/client/index.html b/client/index.html index ec137a8..c40ad54 100644 --- a/client/index.html +++ b/client/index.html @@ -10,10 +10,10 @@ window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('consent', 'default', { - 'ad_storage': 'denied', - 'analytics_storage': 'denied', - 'ad_user_data': 'denied', - 'ad_personalization': 'denied' + 'ad_storage': 'granted', + 'analytics_storage': 'granted', + 'ad_user_data': 'granted', + 'ad_personalization': 'granted' });