The "enabled" option seems not to work.
nuxt.config.ts
modules: [
"@zadigetvoltaire/nuxt-gtm"
],
gtm: {
id: my-id,
enabled: false
},
Even with the above settings, tags are still being delivered from Google Tag Manager.
Something wrong?
@zadigetvoltaire/nuxt-gtm0.0.13
node 18.18.2
npm 9.8.1
vue 3.3.8
nuxt 3.8.2