Skip to content

Commit

Permalink
Merge pull request #192 from MastanSayyad/mastansayyad-br
Browse files Browse the repository at this point in the history
Resolved "404 not found" Routing error
  • Loading branch information
Avdhesh-Varshney authored May 25, 2024
2 parents 291e5d7 + 9ed2408 commit 9da03b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rewrites": [
{"source": "/(.*)", "destination": "/"}
]
}

0 comments on commit 9da03b6

Please sign in to comment.