mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
✨ Ability to change title and icons V2!
Results of criticism in pull request #182
This commit is contained in:
@@ -2,13 +2,13 @@ import { OptionValues } from '../components/modules/modules';
|
||||
|
||||
export interface Settings {
|
||||
searchUrl: string;
|
||||
title: string;
|
||||
logo: string;
|
||||
favicon: string;
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
name: string;
|
||||
title: string;
|
||||
logo: string;
|
||||
favicon: string;
|
||||
services: serviceItem[];
|
||||
settings: Settings;
|
||||
modules: {
|
||||
|
||||
Reference in New Issue
Block a user