diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-05 13:40:21 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-05 13:40:21 +0900 |
| commit | 47c1139a4937a87b3a3791874ce0e87ffcc92a90 (patch) | |
| tree | 93349e0fcd24d635988ecf5747c272fc0b395f77 /webpack | |
| parent | v3976 (diff) | |
| download | misskey-47c1139a4937a87b3a3791874ce0e87ffcc92a90.tar.gz misskey-47c1139a4937a87b3a3791874ce0e87ffcc92a90.tar.bz2 misskey-47c1139a4937a87b3a3791874ce0e87ffcc92a90.zip | |
Show google maps when geo location attached
Diffstat (limited to 'webpack')
| -rw-r--r-- | webpack/plugins/consts.ts | 3 |
1 files changed, 2 insertions, 1 deletions
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 = {}; |