rsnext/test/integration/custom-routes/pages
Tim Neutkens f260328900
BREAKING CHANGE: Enable newNextLinkBehavior (#41459)
- Enable newNextLinkBehavior. See #36436 
- Run next/link codemod on test suite

Note that from when this lands on apps trying canary will need to run
the new-link codemod in order to upgrade.
Ideally we have to detect `<a>` while rendering the new link and warn
for it.

Co-authored-by: Steven <steven@ceriously.com>
2022-10-17 21:20:28 -04:00
..
_sport/[slug] Ensure beforeFiles client-side resolving handles dynamic routes (#36317) 2022-04-21 14:58:43 +00:00
another Add error for rewrite to auto-exported dynamic page (#9816) 2019-12-30 14:06:38 -05:00
api Make sure rewrites are handled in serverless mode correctly (#10697) 2020-02-26 13:14:34 -05:00
auto-export Ensure query for static pages with rewrites is updated correctly (#24189) 2021-04-18 10:00:04 +00:00
blog/[post] Ensure has query encoding is normalized (#25732) 2021-06-17 10:52:11 -05:00
blog-catchall Update has query encoding when used in path (#27762) 2021-08-04 20:31:12 +00:00
docs/v2/more Update router to have only one route traverse pass (#9435) 2019-11-17 16:12:48 -08:00
overridden Fix catchall rewrites for _next/data routes (#39370) 2022-08-05 21:32:17 -05:00
hello-again.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
hello.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
multi-rewrites.js Ensure rewrites are resolved correctly through history (#25666) 2021-06-01 13:01:23 -05:00
nav.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
overridden.js Ensure external beforeFiles rewrites are handled with next/link (#33888) 2022-02-02 18:31:56 +00:00
redirect-override.js Update next-server routes order for expected priority (#10326) 2020-02-10 18:06:38 -05:00
with-params.js Correct client rewrite resolving with query (#16860) 2020-09-04 19:19:17 +00:00