Skip to content

Commit

Permalink
update vercel.json functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Feb 8, 2022
1 parent e033fea commit be6e18a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"public": true,
"github": {
"autoAlias": false
},
"functions": {
"pages/api/image/**/*.js": {
"maxDuration": 10
},
"pages/api/snippets/**/*.js": {
"maxDuration": 5
}
}
}

0 comments on commit be6e18a

Please sign in to comment.