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.
2 parents 1aa79dd + 62111b3 commit 23a45e2Copy full SHA for 23a45e2
api/link.js
@@ -111,6 +111,12 @@ const html = `
111
112
const isDev = (window.location.hostname === 'dev.codeit.codes');
113
114
+ if (link && link.startsWith('https://codeit.codes/api/link?url=')) {
115
+
116
+ link = link.replace('https://codeit.codes/api/link?url=', 'https://cde.run/');
117
118
+ }
119
120
if (link && link.startsWith('https:/github.com')) {
121
122
link = link.replace('https:/github.com', 'https://github.com');
0 commit comments