rsnext/packages/next/next-server/lib/router
JJ Kasper 1b4d463cc8
Update rewrite params query appending (#16189)
This updates to not automatically append params to the query for rewrites if one or more of the params are already used in the destination's path. No other behavior is being changed and if the user still wants the params in the query after using them in the destination's path they can manually add them like with redirects.

Closes: https://github.com/vercel/next.js/issues/15626
2020-08-14 18:51:58 +00:00
..
utils Update rewrite params query appending (#16189) 2020-08-14 18:51:58 +00:00
router.ts Convert next/client to TypeScript (#16167) 2020-08-13 13:39:33 -04:00