Skip to content

Commit

Permalink
add vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
canbax committed Jan 9, 2025
1 parent 22e00c9 commit 1bdfcc1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 2,
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
],
"functions": {
"api/*": {
"maxDuration": 55
}
}
}

0 comments on commit 1bdfcc1

Please sign in to comment.