Skip to content

Commit

Permalink
fear : vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Puskar-Roy committed Jul 16, 2024
1 parent e5a4627 commit f645d00
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions apps/frontend/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"routes": [
{
"src": "/",
"dest": "/"
},
{
"src": "/login",
"dest": "/"
},
{
"src": "/register",
"dest": "/"
}
,
{
"src": "/forgot-password",
"dest": "/"
}
,
{
"src": "/profile",
"dest": "/"
}
]
}

0 comments on commit f645d00

Please sign in to comment.