mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user