mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Fix default path for demo
This commit is contained in:
parent
6995968d50
commit
5dcea51712
@ -86,7 +86,7 @@ export class HomeAssistantAppEl extends HassElement {
|
||||
this._route === undefined &&
|
||||
(route.path === "" || route.path === "/")
|
||||
) {
|
||||
navigate(window, getStorageDefaultPanelUrlPath(), true);
|
||||
navigate(window, `/${getStorageDefaultPanelUrlPath()}`, true);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user