Skip to content

Commit

Permalink
Merge pull request #87 from Kruthik111/main
Browse files Browse the repository at this point in the history
Added vercel.json this solves the issue #85
  • Loading branch information
yazdanhaider authored Oct 21, 2024
2 parents 33fc339 + f88374d commit 73d69d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Frontend/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/" }
]
}

0 comments on commit 73d69d9

Please sign in to comment.