Skip to content

Commit dce9519

Browse files
committed
Update link.js
1 parent 5394744 commit dce9519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/link.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const html = `
9696
&& !link.startsWith('https://dev.cde.run')) {
9797
9898
if (!isDev) link = 'https://cde.run/' + link;
99-
else link = 'https://cde.run/' + link;
99+
else link = 'https://dev.cde.run/' + link;
100100
101101
}
102102

0 commit comments

Comments
 (0)