mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(icons): use icon exports in ejected skins (#1489)
This commit is contained in:
@@ -296,7 +296,8 @@ function ejectedHtmlPage(): string {
|
||||
// Path from pages/ to the site content
|
||||
const jsonPath = '../../../../../../site/src/content/ejected-skins.json';
|
||||
|
||||
return `import '@videojs/html/video/ui';
|
||||
return `import '@videojs/html/icons/element';
|
||||
import '@videojs/html/video/ui';
|
||||
import ejectedSkins from '${jsonPath}';
|
||||
|
||||
interface EjectedSkinEntry {
|
||||
|
||||
Reference in New Issue
Block a user