diff --git a/vercel.json b/vercel.json index 3b9a6f64..f5c189ad 100644 --- a/vercel.json +++ b/vercel.json @@ -1,11 +1,10 @@ { - "rewrites": [ + "redirects": [ { "source": "/openapi.json", - "destination": "/api/openapi.json" - } - ], - "redirects": [ + "destination": "/api/openapi.json", + "permanent": false + }, { "source": "/:path(.*)", "has": [{ "type": "host", "value": "mpp.tempo.xyz" }],