Skip to content

Commit

Permalink
setting initial consent to false
Browse files Browse the repository at this point in the history
Signed-off-by: wdower <will@dower.dev>
  • Loading branch information
wdower committed Oct 13, 2023
1 parent bf436ec commit 38965ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default defineNuxtConfig({
cookieName: 'strapi_jwt'
},
gtag: {
id: process.env.GOOGLE_ANALYTICS_ID
id: process.env.GOOGLE_ANALYTICS_ID,
initialConsent: false
},
runtimeConfig: {
public: {
Expand Down

0 comments on commit 38965ae

Please sign in to comment.