Question regarding routes and i18n #12172
-
Hi there, I'm currently setting up localization and have already shared some links prior to setting up localization. so if I hit /?id=123123123132 it will push "/en/?id="123123123132" Bonus questions, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For both questions asked, I think you need nextjs' |
Beta Was this translation helpful? Give feedback.
-
Check out the new i18n RFC and give us your feedback! 🚀 |
Beta Was this translation helpful? Give feedback.
For both questions asked, I think you need nextjs'
experimental.rewrites
. Check this and this and this(for locales) examples.