Skip to content

Commit

Permalink
Remove unnecessary build configuration from vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcrammer committed Apr 1, 2024
1 parent 8d8c886 commit b071f51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"version": 2,
"builds": [
{
"src": "./index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
Expand Down

0 comments on commit b071f51

Please sign in to comment.