diff --git a/site/src/components/installation/HTMLCdnCodeBlock.tsx b/site/src/components/installation/HTMLCdnCodeBlock.tsx index da2461da..dac2e745 100644 --- a/site/src/components/installation/HTMLCdnCodeBlock.tsx +++ b/site/src/components/installation/HTMLCdnCodeBlock.tsx @@ -14,7 +14,7 @@ const CDN_BASE = 'https://cdn.jsdelivr.net/npm/@videojs/html@next/dist/default/d function generateCdnCode(useCase: UseCase, skin: Skin): string { if (useCase === 'background-video') { - return ` @@ -23,7 +23,7 @@ function generateCdnCode(useCase: UseCase, skin: Skin): string { const { group, skinFile } = getSkinImportParts(skin); - return `