fix: Description set byuseServerSeoMeta
gets overwritten by site description
#389
Labels
bug
Something isn't working
🐛 The bug
When using
useServerSeoMeta
, the description doesnt get set:Instead it is always set (overwritten?) by what is set in
nuxt.config.ts
site config:Result:
🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-tcq8ttrk?file=nuxt.config.ts,pages%2Findex.vue
ℹ️ Additional context
Works fine with
useSeoMeta()
BUT as far as I understood it is recommended to useuseServerSeoMeta
which treeshakes 2 kb out of the client build:The text was updated successfully, but these errors were encountered: