Closed amannn closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
next-intl-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 17, 2024 9:13am |
next-intl-example-app-router | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 17, 2024 9:13am |
next-intl-example-app-router-without-i18n-routing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 17, 2024 9:13am |
Consider this config:
… a pathname like
/us/es
would previously be incorrectly rewritten to/en-US/es
internally. With this change, we now prioritize more specific prefixes in order to rewrite this request correctly to/es-US
.Fixes #1329