summaryrefslogtreecommitdiff
path: root/webpack.config.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-15 19:56:18 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-15 19:56:18 +0900
commite6f33e997fbbcdee7b661f4a78b01767b5d6b2f8 (patch)
tree792a93a6fb3934aa759194e8efad72a28b62f994 /webpack.config.ts
parent:v: (diff)
downloadsharkey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.tar.gz
sharkey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.tar.bz2
sharkey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.zip
:art:
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts3
1 files changed, 2 insertions, 1 deletions
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 = {};