Skip to content

Commit

Permalink
try using a non .app domain
Browse files Browse the repository at this point in the history
to disable hsts
  • Loading branch information
inian committed Feb 26, 2021
1 parent 2a983c3 commit 73ec94b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
],
"rewrites": [
{ "source": "/new/:match*", "destination": "https://www-alpha.vercel.app/new/:match*" },
{ "source": "/", "destination": "https://www-alpha.vercel.app/new" },
{ "source": "/beta", "destination": "https://www-alpha.vercel.app/new/beta" },
{ "source": "/new/:match*", "destination": "https://www-internal.supabase.io/new/:match*" },
{ "source": "/", "destination": "https://www-internal.supabase.io/new" },
{ "source": "/beta", "destination": "https://www-internal.supabase.io/new/beta" },
{ "source": "/:match*", "destination": "https://docs-rose.vercel.app/:match*" }
],
"redirects": [
Expand Down
4 changes: 2 additions & 2 deletions web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"rewrites": [
{ "source": "/", "destination": "https://www-alpha.vercel.app/new" },
{ "source": "/beta", "destination": "https://www-alpha.vercel.app/new/beta" }
{ "source": "/", "destination": "https://www-internal.supabase.io/new" },
{ "source": "/beta", "destination": "https://www-internal.supabase.io/new/beta" }
],
"trailingSlash": false
}

0 comments on commit 73ec94b

Please sign in to comment.