vueuse/head

default meta description is not getting replaced

DaniGTA opened this issue · 1 comments

i defined the description in nuxt.config.js

{ hid: "description", name: "description", content: "description" },

and in the component with:

useSeoMeta({
 description: "otherDescription"
})

and both description is getting added on the html file with the command nuxi generate

i excepted that only the seo meta descript is getting added to the html file. (title works as expectet)

Hey @DaniGTA

Please remove the hid: "description" and it will be deduped properly. You can read up on the feature here: https://unhead.harlanzw.com/guide/guides/handling-duplicates