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": [