Skip to content

Commit

Permalink
Vercel json
Browse files Browse the repository at this point in the history
  • Loading branch information
derin-art committed Dec 28, 2022
1 parent 4f0bcf7 commit da270bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"rewrites": [
{
"source": "/api/:match*",
"destination": "https://api.endpoint.url/:match*"
}
],
"headers": [
{
"rewrites": [
{
"source": "/api/:match*",
"destination": "https://api.endpoint.url/:match*"
}
],
"source": "/api/(.*)",
"headers": [
{
Expand Down

1 comment on commit da270bb

@vercel
Copy link

@vercel vercel bot commented on da270bb Dec 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vert-crud-8d3s – ./

vert-crud-8d3s-derin-art.vercel.app
vert-crud-8d3s.vercel.app
vert-crud-8d3s-git-main-derin-art.vercel.app

Please sign in to comment.