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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Version
nuxt-i18n:
nuxt:
Nuxt configuration
mode:
Nuxt-i18n configuration
Reproduction Link
https://codesandbox.io/s/nuxt-i18n-template-forked-bk64e?file=/nuxt.config.js
Steps to reproduce
With the en lang (default) set, click on about page link and see the meta link.
What is Expected?
if a page is disabled, it shouldn't be injected in the meta tags.
What is actually happening?
As the doc says https://i18n.nuxtjs.org/seo#automatic-hreflang-generation:
So it injects a tag even if the route is disabed.
The text was updated successfully, but these errors were encountered: