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 b9809c5 commit e05042eCopy full SHA for e05042e
api/link.js
@@ -93,7 +93,9 @@ const html = `
93
const isDev = (window.location.hostname === 'dev.codeit.codes');
94
95
if (link && !link.startsWith('https://cde.run')
96
- && !link.startsWith('https://dev.cde.run')) {
+ && !link.startsWith('https://dev.cde.run')
97
+ && !link.startsWith('https://github.com')
98
+ && !link.startsWith('https:/github.com')) {
99
100
if (!isDev) link = 'https://cde.run/' + link;
101
else link = 'https://dev.cde.run/' + link;
0 commit comments