mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Make local dir work again
This commit is contained in:
parent
519533a4af
commit
697f9397de
@ -55,7 +55,7 @@ panelsFingerprinted.forEach(panel => {
|
||||
|
||||
var options = {
|
||||
navigateFallback: '/',
|
||||
navigateFallbackWhitelist: [/^((?!(static|api|service_worker.js)).)*$/],
|
||||
navigateFallbackWhitelist: [/^((?!(static|api|local|service_worker.js)).)*$/],
|
||||
dynamicUrlToDependencies: dynamicUrlToDependencies,
|
||||
staticFileGlobs: [
|
||||
rootDir + '/icons/favicon.ico',
|
||||
|
Loading…
x
Reference in New Issue
Block a user