🚀 Features
- Experimental regex routes - by @BobbieGoede in #3957 (07a9b)
- consolidates per-locale route duplication into regex-based routes, significantly reducing the route count in apps with many locales. Opt-in via
experimental.compactRoutes: true.
- consolidates per-locale route duplication into regex-based routes, significantly reducing the route count in apps with many locales. Opt-in via
🐞 Bug Fixes
- Incorrect route group server redirection during ssg - by @BobbieGoede in #3965 (ce7f7)
- Stable locale message endpoint hash - by @BobbieGoede in #3966 (84525)