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:
parent
a73c582e5b
commit
901637bb87
18 changed files with 108 additions and 18 deletions
|
@ -2,7 +2,8 @@ export interface ServerConfig {
|
|||
serverVersion: string
|
||||
|
||||
instance: {
|
||||
name: string;
|
||||
name: string
|
||||
defaultClientRoute: string
|
||||
customizations: {
|
||||
javascript: string
|
||||
css: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue