Fix map URL

This commit is contained in:
rzmk 2022-08-11 06:38:22 -04:00
parent 70cbb04c2c
commit 16bfbad6f9

View file

@ -18,7 +18,7 @@ const Map = ({ latitude, longitude }) => {
<ComposableMap projection="geoEqualEarth" width={2400}>
<Graticule stroke="rgba(255, 255, 255, 0.5)" />
<Sphere stroke="#FF5533" strokeWidth={2} />
<Geographies geography="/map.json">
<Geographies geography="./map.json">
{({ geographies }) =>
geographies.map((geo) => (
<Geography