Skip to content

Commit

Permalink
chore: update vercel.json rewrites for API mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
TinsFox committed Sep 20, 2024
1 parent 9b56021 commit 3fda428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"rewrites": [
{
"source": "docs/(.*)",
"destination": "/docs/$1"
"source": "/api/:path(.*)",
"destination": "https://mock-service.tinsfox4012370.workers.dev/:path"
},
{
"source": "/(.*)",
Expand Down

0 comments on commit 3fda428

Please sign in to comment.