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 b6f8eac commit 3a61715Copy full SHA for 3a61715
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"rewrites": [
3
- { "source": "/proxy/:url*", "destination": "https://:url*" },
+ { "source": "/proxy/:match/:url*", "destination": "https://:match/:url*" },
4
{ "source": "/httpproxy/:match/:url*", "destination": "http://:match/:url*" }
5
]
6
}
0 commit comments