diff --git a/charts/navi-front/templates/configmap-base.yaml b/charts/navi-front/templates/configmap-base.yaml index 4f089b280..9e41dee3d 100644 --- a/charts/navi-front/templates/configmap-base.yaml +++ b/charts/navi-front/templates/configmap-base.yaml @@ -51,6 +51,10 @@ data: js_content bundle.geo_coding; } + location ^~ /bicycle { + js_content bundle.geo_coding; + } + location ^~ /public_transport { js_content bundle.geo_coding; }