diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 45a0fc1..0000000 --- a/vercel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "https://openapi.vercel.sh/vercel.json", - "functions": { - "app/api/audiobook/route.ts": { - "memory": 1024 - }, - "app/api/whisper/route.ts": { - "memory": 1024 - } - } -}