diff --git a/vercel.json b/vercel.json index 61fd946..8f1321c 100644 --- a/vercel.json +++ b/vercel.json @@ -4,5 +4,13 @@ "public": true, "github": { "autoAlias": false + }, + "functions": { + "pages/api/image/**/*.js": { + "maxDuration": 10 + }, + "pages/api/snippets/**/*.js": { + "maxDuration": 5 + } } }