0

I'm trying to add meta script tag to nuxt page inside head tag

 head() {
return {
  title: 'Test',
  script: [
    {
      vmid: 'meta1',
      innerHTML: `console.log('test')
    `,
      type: 'text/javascript',
      body: true,
    },
  }
 }

If ssr:true script not working successfully. How can do with on ssr:true on Nuxt js project

Tharindu Prabodhana
  • 181
  • 1
  • 4
  • 16

0 Answers0