having the default language routes without a prefix in app directory #182
Unanswered
serge-ixor
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey! Yep, this is currently on my todo list: #149. I'd like to support this out-of-the-box with the middleware. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been trying out the latest 2.11.0-beta.6 version with the app directory of Nextjs 13.
-> I've noticed that it currently does a redirect for the default language when no locale prefix is used. Is there an option to change this behaviour?
Example: is it possible to have /about be the default english about page without redirect to /en/about, and /de/about the german one, etc?
Beta Was this translation helpful? Give feedback.
All reactions