Skip to content

Commit

Permalink
add missing prop
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed Aug 18, 2024
1 parent 9042deb commit b6e060a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/events/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const load = (async () => {
return {
title: "Chocoeventos",
// TODO: fetch from API
description: "Eventos del club Kokoa",
events,
};
}) satisfies PageLoad;

0 comments on commit b6e060a

Please sign in to comment.