Skip to content

Commit

Permalink
Fixed vercel redirects
Browse files Browse the repository at this point in the history
Fixed vercel redirects
  • Loading branch information
mohitparmar1 authored May 10, 2024
2 parents 8ffa814 + 27605cb commit 178e2c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}

0 comments on commit 178e2c1

Please sign in to comment.