Skip to content

Commit 7257db4

Browse files
authored
Update vercel.json
1 parent 737ade5 commit 7257db4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vercel.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"rewrites": [
3-
{"source": "/proxy/https://(.*)", "destination": "https://$1"},
4-
{"source": "/proxy/http://(.*)", "destination": "http://$1"}
3+
{"source": "/proxy/(.*)", "destination": "$1"}
54
]
65
}

0 commit comments

Comments
 (0)