Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhlab committed Apr 1, 2023
1 parent 16ef500 commit f8698ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"version": 2,
"builds": [
{
"src": "src/index.js",
"src": "./src/index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "src/index.js"
"dest": "./src/index.js"
}
]
}

1 comment on commit f8698ad

@vercel
Copy link

@vercel vercel bot commented on f8698ad Apr 1, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

adzan-api – ./

adzan-api-git-master-ridlwan17.vercel.app
adzan-api-ridlwan17.vercel.app
adzan-api-ten.vercel.app

Please sign in to comment.