rsnext/packages/next/next-server/lib/router
JJ Kasper 08dce4bdc6
Ensure history navigates correctly with dynamic routes + basePath (#25459)
This ensures the `basePath` is correctly re-added to the `url` after resolving a dynamic route since the `url` stored in history is expected to already contain the `basePath`, an additional test has been added to ensure this is working correctly back/forward through history

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added

Fixes: https://github.com/vercel/next.js/issues/25285
2021-05-26 07:58:05 +00:00
..
utils Update beforeFiles rewrites to continue (#25418) 2021-05-24 17:59:55 +00:00
router.ts Ensure history navigates correctly with dynamic routes + basePath (#25459) 2021-05-26 07:58:05 +00:00