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 96a6b43 commit e29f5c8Copy full SHA for e29f5c8
packages/common/src/utils/url-generator.ts
@@ -5,7 +5,7 @@ const gitHubPrefix = /(https?:\/\/)?((www.)?)github.com/;
5
const dotGit = /(\.git)$/;
6
7
const sandboxHost = {
8
- 'https://codesandbox.io': 'https://csb.dev',
+ 'https://codesandbox.io': 'https://csb.app',
9
'https://codesandbox.stream': 'https://codesandbox.dev',
10
};
11
0 commit comments