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