diff --git a/src/components/maps/worldStore.ts b/src/components/maps/worldStore.ts index e81bb7c3..abe8dc0b 100644 --- a/src/components/maps/worldStore.ts +++ b/src/components/maps/worldStore.ts @@ -5,7 +5,7 @@ let baseUrl: string const isDev = import.meta.env.DEV; -baseUrl = "http://localhost:4321/" +baseUrl = "http://localhost:4321" export const $world = deepMap({ markers: [] as MapMarker[],