Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiCh0603 authored Jun 9, 2024
1 parent fce5b74 commit 51114d4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

{
"version": 2,
"builds": [
{
"src": "index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.js"
}
]
"version":2,
"builds":[
{
"src":"./index.js",
"use":"@vercel/node"
}
],
"routes":[
{
"src":"/(.*)",
"dest":"/"
}
]
}

0 comments on commit 51114d4

Please sign in to comment.