Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize optional catch-all fallback: true page params (#17551)
This makes sure to normalize the params for optional catch-all routes on Vercel since for `fallback: true` pages the `[[...paramName]]` value will be provided for the undefined/root param which needs to be normalized. Tests have been added in vercel/vercel#5247 and were manually tested with the changes in this PR with https://github.com/ijjk/next-update-loader Fixes: #17220 x-ref: vercel/vercel#5247
- Loading branch information