From 0dcdeac5a190a80583ed89956e8e74f826a94b93 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:38:56 +0000 Subject: [PATCH] try single concrete rewrite --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index a13f5260..42d7a465 100644 --- a/vercel.json +++ b/vercel.json @@ -2,8 +2,8 @@ "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": "/:match*", - "destination": "/isr/:match*" + "source": "/api/gist", + "destination": "/isr/api/gist" } ], "redirects": [