From be6e18afefebb5995198d92c0da1349851e49fd7 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Mon, 7 Feb 2022 17:58:03 -0800 Subject: [PATCH] update vercel.json functions --- vercel.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + } } }