1
0
Fork 0

Fix homepage title

This commit is contained in:
Chocobozzz 2021-12-09 13:41:16 +01:00
parent 4b57ebdfe6
commit 2e694a3b98
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,12 @@ import { HomeComponent } from './home.component'
const homeRoutes: Routes = [
{
path: '',
component: HomeComponent
component: HomeComponent,
data: {
meta: {
title: $localize`Homepage`
}
}
}
]