diff --git a/.env.production b/.env.production deleted file mode 100644 index 6481413..0000000 --- a/.env.production +++ /dev/null @@ -1 +0,0 @@ -VITE_BASE_URL='/velo/traces/' \ No newline at end of file diff --git a/src/components/SideBar.jsx b/src/components/SideBar.jsx index f0abb67..fd4c077 100644 --- a/src/components/SideBar.jsx +++ b/src/components/SideBar.jsx @@ -32,7 +32,7 @@ const SideBar = ({step, currentYear, currentCountry, currentTile, geojsonList, h

tiles

- {tiles.map(tile => ({tile}))} + {tiles.map(tile => ({tile}))}