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 f788ec0 commit c33e700Copy full SHA for c33e700
vercel.json
@@ -1,6 +1,7 @@
1
{
2
"cleanUrls": true,
3
"rewrites": [
4
+ { "source": "/__/auth/(.*)", "destination": "https://api.octo.app/__/auth/*" },
5
{ "source": "/(.*)", "destination": "/" }
6
],
7
"trailingSlash": false
0 commit comments