Skip to content

Commit 57d6697

Browse files
committed
yo o/
1 parent 3f8cf66 commit 57d6697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/common/Map/Layers/blankStyle.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const useMapBlankStyle = (): MapProps['mapStyle'] => {
1414
? [
1515
{ url: 'https://static.osm.osrd.fr/sprites/sprites', id: 'default' },
1616
...signalingSystems.map((id) => ({
17-
url: `${baseURL}/sprites/${id}/sprites`,
17+
url: `${window.location.origin}${baseURL}/sprites/${id}/sprites`,
1818
id,
1919
})),
2020
]

0 commit comments

Comments
 (0)