From e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 15 Jun 2018 19:56:18 +0900 Subject: :art: --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index d557f2afde..62f63d4a3c 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -17,6 +17,7 @@ export type Source = { }; name?: string; description?: string; + welcome_bg_url?: string; url: string; port: number; https?: { [x: string]: string }; -- cgit v1.2.3-freya