We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f788ec0 commit a63bae7Copy full SHA for a63bae7
vercel.json
@@ -1,6 +1,7 @@
1
{
2
"cleanUrls": true,
3
"rewrites": [
4
+ { "source": "/__/auth/:match(.*)", "destination": "https://api.octo.app/__/auth/:match*" },
5
{ "source": "/(.*)", "destination": "/" }
6
],
7
"trailingSlash": false
0 commit comments