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 ba46e99 commit 928398b
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":[{
"build":{
"src":"./api.js",
"use":"@vercel/node"
}],
"routes":[{
},
"routes":{
"src":"/(.*)",
"dest":"/"
}]
}
}

1 comment on commit 928398b

@vercel
Copy link

@vercel vercel bot commented on 928398b Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

`build` should NOT have additional property `src`

Please sign in to comment.