Skip to content

Commit 737ade5

Browse files
authored
Update vercel.json
1 parent 105f311 commit 737ade5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rewrites": [
3-
{"source": "/proxy/https://([a-zA-Z\.]+)/([a-zA-Z\.]+)", "destination": "https://$1/$2"},
4-
{"source": "/proxy/http://([a-zA-Z\.]+)/([a-zA-Z\.]+)", "destination": "http://$1/$2"}
3+
{"source": "/proxy/https://(.*)", "destination": "https://$1"},
4+
{"source": "/proxy/http://(.*)", "destination": "http://$1"}
55
]
66
}

0 commit comments

Comments
 (0)