refactor: improve whitelabel config

This commit is contained in:
2024-01-22 16:41:40 +00:00
parent 4aa00405ee
commit e7f9b5e2ea
20 changed files with 90 additions and 86 deletions

View File

@ -47,8 +47,7 @@ declare const CONFIG: {
appTitle: string;
hostname: string;
nip05Domain: string;
favicon: string;
appleTouchIconUrl: string;
icon: string;
navLogo: string | null;
httpCache: string;
animalNamePlaceholders: boolean;