Skip to content

Commit

Permalink
fix: ensure vercel url has https schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jul 28, 2020
1 parent 4bf923f commit 462a76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/lib/getDomain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function getDomain() {
throw new Error(devError())
}

return detectedDomain
DOMAIN = detectedDomain
}

if (!DOMAIN.startsWith('http')) {
Expand Down

0 comments on commit 462a76f

Please sign in to comment.