Merge pull request #741 from umbraco/feature/add-slash-for-default-branch

add slash
This commit is contained in:
Niels Lyngsø
2023-05-31 08:43:12 +02:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ export class UmbBackofficeMainElement extends UmbLitElement {
if (this._sections.length > 0) {
this._routes.push({
alias: '__redirect',
path: '',
path: '/',
redirectTo: 'section/content',
});
}