#scripts in nuxt.config is getting added/loaded twice

8 messages · Page 1 of 1 (latest)

simple forge
#

can anyone help me why this happens?
I have scripts like segment, intercom and others added in nuxt.config

we are currently in 3.0.0-rc.3

something like:

in nuxt.config

export default defineNuxtconfig({
app: {
  head: {
    scripts: [
     { 
       // code here
     }
    ]
  }
}
})
simple forge
#

as you can see the init console message is being called twice, one coming from page itself then one coming from the VM

tawdry crypt
simple forge
#

not yet, any idea what the stable release to date? we tried migrating before but there are a lots of errors

tawdry crypt
#

any idea what the stable release to date?
wdym?

#

3.6.5 is me most recent one if that's the question

simple forge
tawdry crypt