diff --git a/src/Umbraco.Web.UI.Client/src/apps/backoffice/components/backoffice-main.element.ts b/src/Umbraco.Web.UI.Client/src/apps/backoffice/components/backoffice-main.element.ts index 26b1b94245..8a14615c72 100644 --- a/src/Umbraco.Web.UI.Client/src/apps/backoffice/components/backoffice-main.element.ts +++ b/src/Umbraco.Web.UI.Client/src/apps/backoffice/components/backoffice-main.element.ts @@ -60,6 +60,14 @@ export class UmbBackofficeMainElement extends UmbLitElement { }; } }); + + if (this._sections.length > 0) { + this._routes.push({ + alias: '__redirect', + path: '', + redirectTo: 'section/content', + }); + } } private _onRouteChange = (event: UmbRouterSlotChangeEvent) => {