rsnext/packages/next/next-server/lib/router
JJ Kasper 5cab03fef0
Add handling for domain to locale mapping (#17771)
Follow-up to https://github.com/vercel/next.js/pull/17370 this adds mapping of locales to domains and handles default locales for specific domains also allowing specifying which locales can be visited for each domain. 

This PR also updates to output all statically generated pages under the locale prefix to make it easier to locate/lookup and to not redirect to the default locale prefixed path when no `accept-language` header is provided.
2020-10-10 10:22:45 +00:00
..
utils Improve server performance by skipping decode/re-encode (#17323) 2020-09-24 06:05:40 +00:00
router.ts Add handling for domain to locale mapping (#17771) 2020-10-10 10:22:45 +00:00