Restore old service worker URL (#123131)
This commit is contained in:
parent
c8a0e5228d
commit
0b4d921762
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||
static_paths_configs: list[StaticPathConfig] = []
|
||||
|
||||
for path, should_cache in (
|
||||
("service_worker.js", False),
|
||||
("sw-modern.js", False),
|
||||
("sw-modern.js.map", False),
|
||||
("sw-legacy.js", False),
|
||||
|
|
Loading…
Add table
Reference in a new issue