File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default function handler(request, response) {
16
16
17
17
let url = 'https://codeit.codes' ;
18
18
19
- url += '/api/link?url=' + 'https://cde.run/' + query . url + '&oembed=true' ;
19
+ url += '/api/link?url=' + query . url + '&oembed=true' ;
20
20
21
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
22
You can’t perform that action at this time.
0 commit comments