mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to change the homepage
This commit is contained in:
@@ -3,6 +3,7 @@ export interface CustomConfig {
|
||||
name: string
|
||||
description: string
|
||||
terms: string
|
||||
defaultClientRoute: string
|
||||
customizations: {
|
||||
javascript?: string
|
||||
css?: string
|
||||
|
||||
@@ -2,7 +2,8 @@ export interface ServerConfig {
|
||||
serverVersion: string
|
||||
|
||||
instance: {
|
||||
name: string;
|
||||
name: string
|
||||
defaultClientRoute: string
|
||||
customizations: {
|
||||
javascript: string
|
||||
css: string
|
||||
|
||||
Reference in New Issue
Block a user