From 9532788b732e0fc0bb449db3784a7282f1a1eeee Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Sat, 28 Sep 2024 12:05:40 +0200 Subject: [PATCH] too many slashes 3 --- .../main/resources/de/bluecolored/bluemap/config/webapp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/resources/de/bluecolored/bluemap/config/webapp.conf b/common/src/main/resources/de/bluecolored/bluemap/config/webapp.conf index 161d3b23..3f40d016 100644 --- a/common/src/main/resources/de/bluecolored/bluemap/config/webapp.conf +++ b/common/src/main/resources/de/bluecolored/bluemap/config/webapp.conf @@ -60,11 +60,11 @@ lowres-slider-min: 500 # Here you can specify an alternative base url from where all map data is loaded. # Default is "maps" -#map-data-root: "https://cdn.my-domain.com/mapdata/" +#map-data-root: "https://cdn.my-domain.com/mapdata" # Here you can specify an alternative base url from where all live data is loaded. # Default is "maps" -#live-data-root: "https://cdn.my-domain.com/livedata/" +#live-data-root: "https://cdn.my-domain.com/livedata" # Here you can add URLs to custom scripts (js) so they will be loaded by the webapp # You can place them somewhere in bluemap's webroot and add the (relative) link here