Open andrevferreiraa opened 2 years ago
Tried to implement what is mentioned at here - https://partytown.builder.io/nuxt but looks like we don't have the support to add/edit type attribute to script tag.
For letting partytown handle the gtag, we need to somehow add type="text/partytown" to the script tag for gtag
Also @andrevferreiraa if you look at line 38 at https://github.com/nuxt-community/google-gtag-module/blob/master/lib/module.js , it looks like the module is directly adding script tag to the head along with async option.
Any idea how to implement @nuxtjs/partytown with this module?