From 47c1139a4937a87b3a3791874ce0e87ffcc92a90 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 5 Mar 2018 13:40:21 +0900 Subject: Show google maps when geo location attached --- webpack/plugins/consts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webpack') diff --git a/webpack/plugins/consts.ts b/webpack/plugins/consts.ts index cb9ba8e86f..6435893234 100644 --- a/webpack/plugins/consts.ts +++ b/webpack/plugins/consts.ts @@ -27,7 +27,8 @@ export default lang => { _LANG_: lang, _HOST_: config.host, _URL_: config.url, - _LICENSE_: licenseHtml + _LICENSE_: licenseHtml, + _GOOGLE_MAPS_API_KEY_: config.google_maps_api_key }; const _consts = {}; -- cgit v1.2.3-freya