mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Fix hass icons
This commit is contained in:
parent
7cc3fc728b
commit
13ff59ec89
@ -35,6 +35,6 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="<%= entrypoint %>"></script>
|
<script src="<%= entrypoint %>"></script>
|
||||||
<script src='/static/hass-icons.js' async></script>
|
<script src='<%= hassIconsJS %>' async></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -25,6 +25,7 @@ const generateJSPage = (entrypoint, latestBuild) => {
|
|||||||
tag: `ha-${entrypoint}`,
|
tag: `ha-${entrypoint}`,
|
||||||
compatibility: assets.chunks.compatibility.entry,
|
compatibility: assets.chunks.compatibility.entry,
|
||||||
entrypoint: assets.chunks[entrypoint].entry,
|
entrypoint: assets.chunks[entrypoint].entry,
|
||||||
|
hassIconsJS: assets.chunks['hass-icons'].entry,
|
||||||
}),
|
}),
|
||||||
filename: `${entrypoint}.html`,
|
filename: `${entrypoint}.html`,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user