Skip to content

Commit e29f5c8

Browse files
authored
Change sandbox domain to csb.app.
1 parent 96a6b43 commit e29f5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/utils/url-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const gitHubPrefix = /(https?:\/\/)?((www.)?)github.com/;
55
const dotGit = /(\.git)$/;
66

77
const sandboxHost = {
8-
'https://codesandbox.io': 'https://csb.dev',
8+
'https://codesandbox.io': 'https://csb.app',
99
'https://codesandbox.stream': 'https://codesandbox.dev',
1010
};
1111

0 commit comments

Comments
 (0)