Skip to content

Commit

Permalink
Resolve 404 not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed May 25, 2024
1 parent 291e5d7 commit 9ed2408
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 9ed2408

Please sign in to comment.