Skip to content

Commit

Permalink
fix vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
will-wow committed May 20, 2024
1 parent 4571700 commit 35928e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"routes": [{ "src": "/(.*)", "dest": "/api" }],
"functions": {
"api/index.go": {
"maxDuration": "30"
"maxDuration": 30
}
}
}

0 comments on commit 35928e8

Please sign in to comment.