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 dd78ee4 commit 7c56d48Copy full SHA for 7c56d48
links.js
@@ -10,7 +10,7 @@ function createLink(linkData) {
10
11
// save link
12
let base = 'https://cde.run';
13
- if (isDev) base = 'https://dev.cde.run';
+ if (window.location.origin === 'dev.codeit.codes') base = 'https://dev.cde.run';
14
15
let link = '';
16
0 commit comments