We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b3518 commit e2eccb4Copy full SHA for e2eccb4
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"rewrites": [
3
- {"source": "/proxy/https://(.*)/(.*)", "destination": "https://$1/$2"},
4
- {"source": "/proxy/http://(.*)/(.*)", "destination": "http://$1/$2"}
+ {"source": "/proxy/https://([a-zA-Z\.]+)/([a-zA-Z\.]+)", "destination": "https://$1/$2"},
+ {"source": "/proxy/http://([a-zA-Z\.]+)/([a-zA-Z\.]+)", "destination": "http://$1/$2"}
5
]
6
}
0 commit comments