rsnext/packages/next/client
JJ Kasper 854a84937c
Fix a couple i18n cases (#17805)
While working on https://github.com/vercel/next.js/pull/17755 noticed a couple of cases that needed fixing and broke them out to this PR to make that one easier to review. One fix is for `ssgCacheKey` where it wasn't having the `locale` prefix stripped correctly due to the locales no longer being populated under the server instances `renderOpts` and the second fix is for the `asPath` not being set to `/` when the `locale` is the only part in the URL e.g. `/en` became an empty string `""`

x-ref: https://github.com/vercel/next.js/pull/17370
2020-10-12 10:05:47 +00:00
..
dev Update to show build indicator while re-fetching GS(S)P data in dev (#16789) 2020-09-03 12:27:08 +00:00
head-manager.ts Fix empty title in head (#17430) 2020-09-28 23:12:07 +00:00
index.tsx Fix a couple i18n cases (#17805) 2020-10-12 10:05:47 +00:00
link.tsx Update to have default locale matched on root (#17669) 2020-10-08 11:12:17 +00:00
next-dev.js Update to show build indicator while re-fetching GS(S)P data in dev (#16789) 2020-09-03 12:27:08 +00:00
next.js Shave a few bytes off the bootstrap code (#14457) 2020-06-22 17:50:17 +00:00
normalize-trailing-slash.ts fix basepath trailing slash (#15200) 2020-07-15 23:53:31 +00:00
page-loader.ts Add handling for domain to locale mapping (#17771) 2020-10-10 10:22:45 +00:00
performance-relayer.ts Convert performance relayer to TypeScript (#16161) 2020-08-13 15:20:29 +00:00
polyfills.js polyfills 2020-03-30 16:26:25 -04:00
router.ts Update to have default locale matched on root (#17669) 2020-10-08 11:12:17 +00:00
with-router.tsx Convert wrapper class to function component (#9095) 2019-11-09 14:56:59 -08:00