We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23a45e2 + 52c9104 commit ec7f689Copy full SHA for ec7f689
1 file changed
api/link.js
@@ -107,7 +107,6 @@ const html = `
107
const url = new URL(window.location.href).searchParams;
108
109
let link = url.get('url');
110
- let oembed = url.get('oembed');
111
112
const isDev = (window.location.hostname === 'dev.codeit.codes');
113
@@ -133,8 +132,6 @@ const html = `
133
132
134
if (link) {
135
136
- if (oembed) link += '?oembed=true';
137
-
138
const resp = decodeLink(link);
139
140
// redirect to decoded URL
0 commit comments