diff --git a/.gitignore b/.gitignore index bead600..585e78b 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ logs .wrangler site cache -assets/location/world-topo.json +public/world.json diff --git a/components/dashboard/metrics/Locations.vue b/components/dashboard/metrics/Locations.vue index 4da8260..51cbc6f 100644 --- a/components/dashboard/metrics/Locations.vue +++ b/components/dashboard/metrics/Locations.vue @@ -1,14 +1,23 @@