https://github.com/antony/vercel-routing-issue-repro
https://github.com/antony/vercel-routing-issue-repro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/antony/vercel-routing-issue-repro
- Owner: antony
- Created: 2022-07-27T13:53:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T14:48:13.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T02:53:42.945Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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
```