Is there a way to add an extra attribute to the Nuxt3 script files?

37 views Asked by At

We use CookieBot and want to use it in auto-mode, but we don't want CookieBot to block the Nuxt3 scripts. In order to do that we should add an attribute to the script tag.

If we add data-cookieconsent="ignore" to \<script type="module" src="/\_nuxt/entry.8c839283.js" crossorigin\>\</script\> CookieBot should skip the script files generated by Nuxt3

https://www.cookiebot.com/

0

There are 0 answers