Skip to content

Commit

Permalink
Merge pull request #29 from Bug-Bust3rs/dev
Browse files Browse the repository at this point in the history
fear : vercel config
  • Loading branch information
Puskar-Roy authored Jul 16, 2024
2 parents d1952d5 + f645d00 commit a23f37d
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 a23f37d

Please sign in to comment.