rsnext/test/integration/basepath
JJ Kasper 3d6d033a5b
Normalize asPath between SSR and CSR with basePath (#14040)
To make `asPath` consistent with `basePath` handling this makes sure it is always stripped including on the client under the `asPath` value and from `req.url` in the `serverless-loader`. Additional tests have been added for this behavior to ensure we don't regress on this

Closes: https://github.com/vercel/next.js/issues/14037
Closes: https://github.com/vercel/next.js/issues/14039
2020-06-11 14:06:06 +00:00
..
components Add basePath support (#9872) 2019-12-29 20:03:12 +01:00
pages Normalize asPath between SSR and CSR with basePath (#14040) 2020-06-11 14:06:06 +00:00
test Normalize asPath between SSR and CSR with basePath (#14040) 2020-06-11 14:06:06 +00:00
next.config.js Add basePath support (#9872) 2019-12-29 20:03:12 +01:00
server.js Normalize asPath between SSR and CSR with basePath (#14040) 2020-06-11 14:06:06 +00:00