Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauzanmhr authored Aug 26, 2024
1 parent 24c89af commit fe18667
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,15 +1,15 @@
{
"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": "index.js"
}
]
}

0 comments on commit fe18667

Please sign in to comment.