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 has been 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.js
pages/foo.vue
foo
pageExpected 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.js
To become:
It seems to have fixed the issue, but we're not sure what implication it will make.
P.S. Paired with @hsks
The text was updated successfully, but these errors were encountered: