An open API service indexing awesome lists of open source software.

https://github.com/antony/vercel-routing-issue-repro


https://github.com/antony/vercel-routing-issue-repro

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Demonstrating that when building locally (pnpm build) then deploying with `--prebuilt` it somehow messes up rewrites so that only the last rewrite works once deployed.

Take note of rewrites in `vercel.json`

```sh
pnpm build
vercel --prebuilt
```