NuxtN
Nuxt3y ago
Raiju

scripts in nuxt.config is getting added/loaded twice

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
     }
    ]
  }
}
})
Screenshot_2023-08-01_at_12.28.35_AM.png
Was this page helpful?