Fixed trailing slash issue

This commit is contained in:
Alexis
2023-10-15 10:24:36 +02:00
parent 0825d04b8f
commit 8e11c4c1a5

View File

@@ -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[],