#Override nuxt seo conifg in page

5 messages · Page 1 of 1 (latest)

ebon ore
#

Hi! Can you share your code where you implemented it in nuxt.config and in your article page?

stark cloak
#

And this in the config

#

I'm missing somethig?

ebon ore
#

Can you try moving your config from the nuxt.config into app.vue.
So that you don't manually set these in the nuxt.config head array anymore, but use useSeoMeta to also set the default og image.

#
// app.vue
useSeoMeta({
  ogImage: 'https://cdn...'
})