We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console.log(document.querySelector('link[rel="alternate"]').href)
The page should be the equivalent in the other language it => en and viceversa
The link is incorrect and points to a 404.
https://romajs.org/it/upcoming-events/
not relevant
major
The text was updated successfully, but these errors were encountered:
It seems that the whole link rel="alternate" automatic generation is a bit naive (my bad 😅) and should be refactored entirely.
rel="alternate"
See generateLinkRelAlternateProps:
roma-js-on-astro/src/i18n/config.ts
Line 39 in 46d7dcc
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Repro steps
Expected
The page should be the equivalent in the other language it => en and viceversa
Current
The link is incorrect and points to a 404.
example
https://romajs.org/it/upcoming-events/
System Info
Severity
major
The text was updated successfully, but these errors were encountered: