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 37a9453 commit 7b65f7cCopy full SHA for 7b65f7c
1 file changed
packages/gitbook/src/components/DocumentView/Embed.tsx
@@ -18,7 +18,7 @@ export async function Embed(props: BlockProps<gitbookAPI.DocumentBlockEmbed>) {
18
return null;
19
}
20
21
- ReactDOM.preload('https://cdn.iframe.ly/embed.js', { as: 'script' });
+ ReactDOM.preload('https://iframely.net/embed.js', { as: 'script' });
22
23
const embed = await getDataOrNull(
24
context.contentContext.dataFetcher.getEmbedByUrl({
@@ -41,7 +41,7 @@ export async function Embed(props: BlockProps<gitbookAPI.DocumentBlockEmbed>) {
41
}}
42
data-visual-test="blackout"
43
/>
44
- <Script strategy="lazyOnload" src="https://cdn.iframe.ly/embed.js" />
+ <Script strategy="lazyOnload" src="https://iframely.net/embed.js" />
45
</>
46
) : embed.type === 'integration' ? (
47
<IntegrationBlock
0 commit comments