1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Fix default path for demo

This commit is contained in:
Bram Kragten
2020-03-30 21:20:06 +02:00
parent 6995968d50
commit 5dcea51712

View File

@@ -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;
}