mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(html): remove redundant CDN CSS files and inline background skin styles (#1071)
This commit is contained in:
@@ -27,6 +27,5 @@ export function generateCdnCode(useCase: UseCase, skin: Skin, renderer: Renderer
|
||||
scriptLines.push(`<script type="module" src="${CDN_BASE}/media/${mediaSubpath}.js"></script>`);
|
||||
}
|
||||
|
||||
return `${scriptLines.join('\n')}
|
||||
<link rel="stylesheet" href="${CDN_BASE}/${name}.css" />`;
|
||||
return scriptLines.join('\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user