mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
✨ Ability to change title and icons
This commit is contained in:
@@ -6,6 +6,9 @@ export interface Settings {
|
||||
|
||||
export interface Config {
|
||||
name: string;
|
||||
title: string;
|
||||
logo: string;
|
||||
favicon: string;
|
||||
services: serviceItem[];
|
||||
settings: Settings;
|
||||
modules: {
|
||||
|
||||
Reference in New Issue
Block a user