1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add ability to change the homepage

This commit is contained in:
Chocobozzz 2018-03-01 13:57:29 +01:00
parent a73c582e5b
commit 901637bb87
No known key found for this signature in database
GPG key ID: 583A612D890159BE
18 changed files with 108 additions and 18 deletions

View file

@ -2,7 +2,8 @@ export interface ServerConfig {
serverVersion: string
instance: {
name: string;
name: string
defaultClientRoute: string
customizations: {
javascript: string
css: string