'Change /lang order with basePath and enabled international routing in Next
Given a Next.js app with enabled i18n routing and basePath: '/blahblah'.
The problem I facing is that translated route now is /blahblah/en. Due to certain requirements I need it to be /en/blahblah. How can I achieve it? Rewrites doesn't work.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
