Add custom logo URL configuration option
Bug: https://github.com/happyDomain/happydeliver/issues/6
This commit is contained in:
parent
64ba6932f7
commit
8a10eef2f5
5 changed files with 14 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ import { writable } from "svelte/store";
|
|||
interface AppConfig {
|
||||
report_retention?: number;
|
||||
survey_url?: string;
|
||||
custom_logo_url?: string;
|
||||
}
|
||||
|
||||
const defaultConfig: AppConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue