We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a2323 commit 3a4afb6Copy full SHA for 3a4afb6
apps/dashboard/lib/geo.ts
@@ -1,6 +1,6 @@
1
import { useQuery } from "@tanstack/react-query";
2
3
-const countriesGeoUrl = "/countries.json";
+const countriesGeoUrl = "/countries.geojson";
4
const subdivisionsGeoUrl = "/subdivisions.json";
5
6
export type Subdivisions = {
0 commit comments