From e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 15 Jun 2018 19:56:18 +0900 Subject: :art: --- webpack.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webpack.config.ts') diff --git a/webpack.config.ts b/webpack.config.ts index 8376cd9c40..480f5d4a7a 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -85,7 +85,8 @@ const consts = { _HOSTNAME_: config.hostname, _URL_: config.url, _LICENSE_: licenseHtml, - _GOOGLE_MAPS_API_KEY_: config.google_maps_api_key + _GOOGLE_MAPS_API_KEY_: config.google_maps_api_key, + _WELCOME_BG_URL_: config.welcome_bg_url }; const _consts = {}; -- cgit v1.2.3-freya