fix: changed images path to relative

This commit is contained in:
Pax1601
2024-12-07 10:23:04 +01:00
parent 4278c6fa9a
commit 7a0504227b
15 changed files with 37 additions and 37 deletions

View File

@@ -132,7 +132,7 @@
}
.ol-target-icon {
background-image: url("/images/markers/target.svg");
background-image: url("./images/markers/target.svg");
height: 100%;
width: 100%;
}