Skip to content

Commit be6e18a

Browse files
committed
update vercel.json functions
1 parent e033fea commit be6e18a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44
"public": true,
55
"github": {
66
"autoAlias": false
7+
},
8+
"functions": {
9+
"pages/api/image/**/*.js": {
10+
"maxDuration": 10
11+
},
12+
"pages/api/snippets/**/*.js": {
13+
"maxDuration": 5
14+
}
715
}
816
}

0 commit comments

Comments
 (0)