diff --git a/vercel.json b/vercel.json index 0470829..2db328e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,11 +1,3 @@ { - "regions": ["all"], - "functions": { - "api/**": { - "memory": 3008 - } - }, - "rewrites": [ - { "source": "/(.+)", "destination": "/api" } - ] + "rewrites": [{ "source": "/(.+)", "destination": "/api" }] }