Add type to map tag

This commit is contained in:
Sean Morley
2024-10-21 15:58:39 -04:00
parent 0a8ff18560
commit 1e67de6e14
2 changed files with 7 additions and 8 deletions

View File

@@ -44,7 +44,8 @@ export const load = (async (event) => {
return {
lngLat: [adventure.longitude, adventure.latitude],
name: adventure.name,
visits: adventure.visits
visits: adventure.visits,
type: adventure.type,
};
});