From e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 15 Jun 2018 19:56:18 +0900 Subject: :art: --- src/client/app/config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/app/config.ts') diff --git a/src/client/app/config.ts b/src/client/app/config.ts index e4a7ff6d38..c6efe26cd5 100644 --- a/src/client/app/config.ts +++ b/src/client/app/config.ts @@ -19,6 +19,7 @@ declare const _VERSION_: string; declare const _CODENAME_: string; declare const _LICENSE_: string; declare const _GOOGLE_MAPS_API_KEY_: string; +declare const _WELCOME_BG_URL_: string; export const host = _HOST_; export const hostname = _HOSTNAME_; @@ -41,3 +42,4 @@ export const version = _VERSION_; export const codename = _CODENAME_; export const license = _LICENSE_; export const googleMapsApiKey = _GOOGLE_MAPS_API_KEY_; +export const welcomeBgUrl = _WELCOME_BG_URL_; -- cgit v1.2.3-freya