diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index 89dc7e9..a6c3beb 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -52,5 +52,5 @@ "features": { "feature_spotlight": true }, - "map_style_url": "https://api.maptiler.com/maps/basic/style.json?key=JCdnMQY3oGklTYYLIvtI" + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" } diff --git a/element.io/release/config.json b/element.io/release/config.json index 4a844da..b76e2b1 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -44,5 +44,6 @@ "posthog": { "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.hss.element.io" - } + }, + "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }