diff --git a/src/assets/js/map-util.js b/src/assets/js/map-util.js
index 84dc6f60b5cca045e97d1a2e65f1a02128c0d5d4..d48ea574eff57d30246ea2198584aadf536a6c9c 100644
--- a/src/assets/js/map-util.js
+++ b/src/assets/js/map-util.js
@@ -495,13 +495,13 @@ const mapUtil = {
 
     return `
 					<h4>
-						<a href="${store.state.configuration.BASE_URL.slice(0, -1)}${feature_url}">${feature.properties.title}</a>
+						<a href="${feature_url}">${feature.properties.title}</a>
 					</h4>
 					<div>
 						Statut : ${status}
 					</div>
 					<div>
-						Type : <a href="${store.state.configuration.BASE_URL.slice(0, -1)}${feature_type_url}"> ${feature_type.title} </a>
+						Type : <a href="${feature_type_url}"> ${feature_type.title} </a>
 					</div>
 					<div>
 						Dernière mise à jour : ${date_maj}