Fix homepage title
This commit is contained in:
parent
4b57ebdfe6
commit
2e694a3b98
|
@ -5,7 +5,12 @@ import { HomeComponent } from './home.component'
|
|||
const homeRoutes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: HomeComponent
|
||||
component: HomeComponent,
|
||||
data: {
|
||||
meta: {
|
||||
title: $localize`Homepage`
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue