Closed miguel-nascimento closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
zipper-run | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 16, 2024 6:31pm |
Looks good! I'll merge it later today if you don't get to it and make sure it works in prod - this is the only place I've seen this issue.
handler: zipper.ts
previously
/zipper.ts
-> will match to zipper.ts/zipper.tsx
-> doesnt work/zipper
-> doesnt worknow
/zipper.ts
-> will match to zipper.ts/zipper.tsx
-> will match to zipper.ts/zipper
-> will match to zipper.tsThe redirect works in
zipper.run/<path>
,zipper.run/run/<path>
andzipper.run/<path>/api