commit 574dfaea3cd128e0539ba2600466846b67884e8c parent 6760fdf22eaed02fc4779a0caec768acbb849cc3 Author: Amit Dutta <mail@amit.is-a.dev> Date: Mon, 20 Jul 2026 20:07:25 +0530 Create vercel.json Diffstat:
| A | vercel.json | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/vercel.json b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/api/upload", + "destination": "/api/index" + } + ] +}