diff --git a/.gitignore b/.gitignore index 4033529..bead600 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ logs .wrangler site cache +assets/location/world-topo.json diff --git a/.node-version b/.node-version index 9a2a0e2..07533ba 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -v20 +v20.11 diff --git a/assets/location/world-topo.json b/assets/location/world.json similarity index 100% rename from assets/location/world-topo.json rename to assets/location/world.json diff --git a/components/dashboard/metrics/Index.vue b/components/dashboard/metrics/Index.vue index 7937415..69a081e 100644 --- a/components/dashboard/metrics/Index.vue +++ b/components/dashboard/metrics/Index.vue @@ -1,6 +1,6 @@