Skip to content

Commit 7c56d48

Browse files
committed
Update links.js
1 parent dd78ee4 commit 7c56d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function createLink(linkData) {
1010

1111
// save link
1212
let base = 'https://cde.run';
13-
if (isDev) base = 'https://dev.cde.run';
13+
if (window.location.origin === 'dev.codeit.codes') base = 'https://dev.cde.run';
1414

1515
let link = '';
1616

0 commit comments

Comments
 (0)