fix: bundle marker icons correctly
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 33s
This commit is contained in:
parent
b24cbc84bf
commit
4ec67305e1
3 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
import L from "leaflet";
|
||||
|
||||
import "leaflet/dist/leaflet.css";
|
||||
import "leaflet-defaulticon-compatibility/dist/leaflet-defaulticon-compatibility.css";
|
||||
import "leaflet-defaulticon-compatibility";
|
||||
|
||||
interface Props {
|
||||
data: PageData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue