Skip to content

Commit a63bae7

Browse files
committed
Proxy auth requests to api.octo.app
1 parent f788ec0 commit a63bae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vercel.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"cleanUrls": true,
33
"rewrites": [
4+
{ "source": "/__/auth/:match(.*)", "destination": "https://api.octo.app/__/auth/:match*" },
45
{ "source": "/(.*)", "destination": "/" }
56
],
67
"trailingSlash": false

0 commit comments

Comments
 (0)