You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2021. It is now read-only.
Describe the bug
Two canonical tags are produced
To Reproduce
nuxt.config.jspages/foo.vuefoopageExpected behavior
No duplicated canonical URL tag should be produced in the DOM.
Actual behavior
Duplicated canonical URL tags are produced in the DOM.
Additional context
When we change the following code inside
module.jsTo become:
It seems to have fixed the issue, but we're not sure what implication it will make.
P.S. Paired with @hsks