Skip to content

Commit

Permalink
Proxy auth requests to api.octo.app
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyersdev committed Feb 11, 2023
1 parent f788ec0 commit c33e700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cleanUrls": true,
"rewrites": [
{ "source": "/__/auth/(.*)", "destination": "https://api.octo.app/__/auth/*" },
{ "source": "/(.*)", "destination": "/" }
],
"trailingSlash": false
Expand Down

0 comments on commit c33e700

Please sign in to comment.