fix: hardcode icon urls
All checks were successful
/ Build (push) Successful in 42s

This commit is contained in:
log101 2024-07-29 22:11:44 +03:00
parent 4250cc42db
commit 165d969c84

View File

@ -1,12 +1,12 @@
import L from "leaflet"
var targetLocationIcon = L.icon({
iconUrl: "goal.svg",
iconUrl: "https://konulukonum.log101.dev/goal.svg",
iconSize: [32, 32],
})
var currentLocationIcon = L.icon({
iconUrl: "blue-dot.png",
iconUrl: "https://konulukonum.log101.dev/blue-dot.png",
iconSize: [32, 32],
})