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
prefixDefaultLocale: true
in an astro project, which sets the astro i18n option prefixDefaultLocale to true, i cannot load /keystatic but instead see a 404 page.
prefixDefaultLocale
true
/keystatic
not sure if there is something the keystatic astro integration needs to set, or if this is an upstream issue with astro:i18n.
astro:i18n
issue repro: https://github.com/stefanprobst/issue-keystatic-astro-i18n-prefix
The text was updated successfully, but these errors were encountered:
This seems like expected behaviour, since /keystatic isn't prefixed with a locale, prefixDefaultLocale says it'll return a 404
Sorry, something went wrong.
Collating this in #1080
No branches or pull requests
in an astro project, which sets the astro i18n option
prefixDefaultLocale
totrue
, i cannot load/keystatic
but instead see a 404 page.not sure if there is something the keystatic astro integration needs to set, or if this is an upstream issue with
astro:i18n
.issue repro: https://github.com/stefanprobst/issue-keystatic-astro-i18n-prefix
The text was updated successfully, but these errors were encountered: