From c70abd6c7d03176c939f2bb2fbcf152ba14365ad Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:09:30 +0000 Subject: [PATCH] try rewrite with 'api' --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index c062218e..f73c19da 100644 --- a/vercel.json +++ b/vercel.json @@ -5,8 +5,8 @@ ], "redirects": [ { - "source": "/:match*", - "destination": "/isr/:match*" + "source": "/api:match*", + "destination": "/isr/api:match*" } ] } \ No newline at end of file