Skip to content

Commit e2eccb4

Browse files
authored
Update vercel.json
1 parent 08b3518 commit e2eccb4

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://(.*)/(.*)", "destination": "https://$1/$2"},
4-
{"source": "/proxy/http://(.*)/(.*)", "destination": "http://$1/$2"}
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"}
55
]
66
}

0 commit comments

Comments
 (0)