Skip to content

Commit

Permalink
update vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattinannt committed Oct 14, 2024
1 parent ace65bc commit 5330cd6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"functions": {
"**/*.ts": {
"app/**/*": {
"maxDuration": 20,
"memory": 512
},
"pages/api/**/*": {
"maxDuration": 20,
"memory": 512
}
Expand Down

0 comments on commit 5330cd6

Please sign in to comment.