Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
fix: adjust tile path
Browse files Browse the repository at this point in the history
  • Loading branch information
mitonik committed Jul 21, 2023
1 parent d48feac commit 2eb15aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const MAP_BOUNDS: LatLngBoundsLiteral = [
[6478, 6478],
];

const TILES_URL = "/tiles/poe";
const TILES_URL = "/poe/tiles/poe";

const createIcon = (iconUrl: string) => {
return icon({ iconUrl: iconUrl, iconSize: [48, 48] });
Expand Down

0 comments on commit 2eb15aa

Please sign in to comment.