Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenilk committed Apr 30, 2023
1 parent 928398b commit 1552b2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version":2,
"build":{
"builds":[{
"src":"./api.js",
"use":"@vercel/node"
},
"routes":{
}],
"routes":[{
"src":"/(.*)",
"dest":"/"
}
}]
}

0 comments on commit 1552b2e

Please sign in to comment.