diff --git a/src/molecules/InteractiveGlobe.svelte b/src/molecules/InteractiveGlobe.svelte index 2a98e95..613e9bd 100644 --- a/src/molecules/InteractiveGlobe.svelte +++ b/src/molecules/InteractiveGlobe.svelte @@ -33,6 +33,7 @@ return { name: location.name, slug: location.slug, + countrySlug: location.country.slug, lat: location.coordinates.lat, lng: location.coordinates.lng }