diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index b9d42a2..20eff12 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -113,7 +113,8 @@ locations: data.location_aggregated[0].count.id, countries: data.country_aggregated[0].count.id, }, - } + }, + stuff: data, } } \ No newline at end of file