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