Skip to content
Advertisement

Tag: meta-tags

Nuxt: Dynamic head / meta title is undefined on ssr

I have a nuxt project, where the meta title and description comes (from nuxt/content). The async fetch for the data is made in index and received in a sub component via a getter. On generate, the meta tags are there but on ssr not :/ I tried it with async and await, but I still get the error Uncaught (in

Advertisement