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 1c6dca8 + 030f1e3 commit 1aa79ddCopy full SHA for 1aa79dd
1 file changed
api/oembed.js
@@ -16,7 +16,7 @@ export default function handler(request, response) {
16
17
let url = 'https://codeit.codes';
18
19
- url += '/api/link?url=' + 'https://cde.run/' + query.url + '&oembed=true';
+ url += '/api/link?url=' + query.url + '&oembed=true';
20
21
const embedHTML = `<iframe src="`+ url +`" width="700" height="480" style="border-radius: 10px;" allow="accelerometer; camera; encrypted-media; display-capture; geolocation; gyroscope; microphone; midi; clipboard-read; clipboard-write" allowfullscreen="true" allowpaymentrequest="true" loading="lazy" sandbox="allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation" scrolling="yes" frameborder="0"></iframe></html>`;
22
0 commit comments