"@nuxtjs/gtm": "^2.4.0",
gtm: {
id: ******,
respectDoNotTrack: false,
scriptDefer: true,
},
Using the scriptDefer seems like it makes no difference.
I don't see defer tag added on the script, or changing the order that the script is added in the dom.
Am i missing something here?
"@nuxtjs/gtm": "^2.4.0",Using the
scriptDeferseems like it makes no difference.I don't see
defertag added on the script, or changing the order that the script is added in the dom.Am i missing something here?