Duplicated meta tags and titles
[issue link]Hey,
I’m working on a SSR website and keep having issues with duplicated meta tags. As you can see on the screenshot below, nuxt generate two title tags.
I use nuxt head()
method and hid
attribute to override defaults tags on my article page, but the two meta tags are being used.
In nuxt.config.js :
In videos/_slug.vue :
Oh, and if I remove default title and description from nuxt.config.js
, nuxt is using the title from package.json
As anyone faced the same issue ? Or maybe I’m using nuxt head method wrong ?
Thanks in advance for your help !