Right now it is possible to add a script before the closing
tag using the body: true flag, however it is often desired to also have the option to add them right after the opening
From vue-meta's side this is easily implemented, but it would be up to Nuxt to use/implement that extra functionality.
@manniL @pi0 @clarkdo Wdyt?
I think it's a good idea to have that option available 馃憤
Hi guys, I need to add Google Tag Manager to my Nuxt app. Added https://www.npmjs.com/package/@nuxtjs/google-tag-manager and working fine.

I can easily add the first part as a script and load it with:
import pkg from './package'
export default {
mode: 'spa',
head: {
script: [
{ src: '/gtm.js' }
]
...
But I can't find a workaround for adding the No-Script iframe content :(
Is this feature going to be integrated in Nuxt soon? Are there any quick workarounds people use for this?
Thanks so much!!
Most helpful comment
I think it's a good idea to have that option available 馃憤