Skip to content

Commit 8ec258e

Browse files
author
Ives van Hoorne
committed
Use https for dev server
1 parent a7a6b3b commit 8ec258e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sandbox/utils/host.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function getHost() {
44
}
55

66
return process.env.NODE_ENV === 'development'
7-
? 'http://codesandbox.dev'
7+
? 'https://codesandbox.dev'
88
: 'https://codesandbox.io';
99
}
1010

0 commit comments

Comments
 (0)