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 105f311 commit 737ade5Copy full SHA for 737ade5
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"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"}
+ {"source": "/proxy/https://(.*)", "destination": "https://$1"},
+ {"source": "/proxy/http://(.*)", "destination": "http://$1"}
5
]
6
}
0 commit comments