Skip to content

Commit

Permalink
Fix vercel rewrites config
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Feb 2, 2024
1 parent 9a3fe9c commit 23b310f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
],
"rewrites": [
{ "source": "/api/:match*", "destination": "/api/:match*" },
{ "source": "/(.*)", "destination": "/index.html" }
]
}

0 comments on commit 23b310f

Please sign in to comment.