Skip to content

Commit

Permalink
add vercel config file to route all server requests to the index file
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafakamal22 committed Jan 5, 2025
1 parent 2675022 commit a41af2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions start-framework/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}

0 comments on commit a41af2a

Please sign in to comment.