mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Update frontend (#5638)
* Ensure fonts get loaded quicker * Update frontend
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
href='/static/icons/favicon-apple-180x180.png'>
|
||||
<link rel="mask-icon" href="/static/icons/home-assistant-icon.svg" color="#3fbbf4">
|
||||
<link rel='preload' href='{{ core_url }}' as='script'/>
|
||||
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Regular.ttf'>
|
||||
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Light.ttf'>
|
||||
<link rel='prefetch' href='/static/fonts/roboto/Roboto-Medium.ttf'>
|
||||
{% for panel in panels.values() -%}
|
||||
<link rel='prefetch' href='{{ panel.url }}'>
|
||||
{% endfor -%}
|
||||
|
@@ -1,8 +1,8 @@
|
||||
"""DO NOT MODIFY. Auto-generated by script/fingerprint_frontend."""
|
||||
|
||||
FINGERPRINTS = {
|
||||
"core.js": "ff2b54b939ec12826a671d7630579724",
|
||||
"frontend.html": "216d2fb1c6dc67ce85f2eefbdef0e9af",
|
||||
"core.js": "40a73d7be324cb52fbba55d993db126c",
|
||||
"frontend.html": "ee127d284ce3d29b2162d499ca45ef88",
|
||||
"mdi.html": "7a0f14bbf3822449f9060b9c53bd7376",
|
||||
"micromarkdown-js.html": "93b5ec4016f0bba585521cf4d18dec1a",
|
||||
"panels/ha-panel-dev-event.html": "5c82300b3cf543a92cf4297506e450e7",
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user