Skip to content

Commit

Permalink
test rewrites 3
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirShestakov committed Dec 5, 2023
1 parent bf42db4 commit 3085508
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
},
{
"source": "/api",
"destination": "http://example.front.ylab.io"
"destination": "http://example.front.ylab.io/api"
}
]
}

0 comments on commit 3085508

Please sign in to comment.