rsnext/test/integration/basepath
JJ Kasper 47b7660aec
Ensure path starts with / when deleting index basePath with query (#20766)
This is a follow-up to https://github.com/vercel/next.js/pull/20596 and https://github.com/vercel/next.js/pull/20658 ensuring the `as` value is prefixed with the `basePath` correctly with a query. This updates the test to also ensure no errors are shown when a query is present on the index `basePath` route. 

Fixes: https://github.com/vercel/next.js/pull/20757#issuecomment-754338510
2021-01-06 01:20:04 +00:00
..
components Add basePath support (#9872) 2019-12-29 20:03:12 +01:00
external Disallow basePath: false for internal routes (#15837) 2020-08-04 17:50:09 +00:00
pages Added flag to identify shallow router events (#19802) 2020-12-17 09:14:50 +00:00
public Fix basePath and public folder check ending routes early (#16356) 2020-08-19 17:30:33 +00:00
test Ensure path starts with / when deleting index basePath with query (#20766) 2021-01-06 01:20:04 +00:00
next.config.js Disallow basePath: false for internal routes (#15837) 2020-08-04 17:50:09 +00:00
server.js Normalize missing optional value on Vercel (#15593) 2020-07-29 14:19:25 +00:00