From 19013dd99b69296e1489cd0dc27d16f8b434fa4f Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:34:52 +0000 Subject: [PATCH] debug: try different rewrite path --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 78a35ca9..2a0cf0d1 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "buildCommand": "npm install && mkdir --parents .vercel/output/functions/isr/api.func/ && cp --recursive ./* .vercel/output/functions/isr/api.func/ && cp --recursive .vercel/output/functions/isr/api.func/_dot_vercel_copy/output/ .vercel/", "rewrites": [ - { "source": "/api", "destination": "/isr/api" } + { "source": "/api", "destination": "/myTestName/api" } ], "redirects": [ {