Skip to content

Commit

Permalink
added /quiz:id route to vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Ainapure committed Oct 7, 2024
1 parent dba708e commit 6c8cf52
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
Expand Up @@ -9,6 +9,10 @@
}
],
"routes": [
{
"src": "/quiz/:id",
"dest": "/index.html"
},
{
"src": "/(.*)",
"dest": "/index.html"
Expand Down

0 comments on commit 6c8cf52

Please sign in to comment.