Merge pull request #741 from umbraco/feature/add-slash-for-default-branch
add slash
This commit is contained in:
@@ -64,7 +64,7 @@ export class UmbBackofficeMainElement extends UmbLitElement {
|
||||
if (this._sections.length > 0) {
|
||||
this._routes.push({
|
||||
alias: '__redirect',
|
||||
path: '',
|
||||
path: '/',
|
||||
redirectTo: 'section/content',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user