Skip to content

Commit 082c7d9

Browse files
fix: correct map data URL
1 parent bb79d99 commit 082c7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/map/mapConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ export function updateFillColors(map, divisionStats) {
184184
}
185185

186186
export async function loadDivisionData() {
187-
const response = await fetch('/data/philadelphia-divisions.geojson')
187+
const response = await fetch('https://codeforphilly.github.io/ballotcure/data/philadelphia-divisions.geojson')
188188
return await response.json()
189189
}

0 commit comments

Comments
 (0)