svelte-society/sveltesociety.dev

Remove isPast meta from events

MacFJA opened this issue · 1 comments

Currently in events (src/routes/events/*.svx) there is a isPast metadata that could be computed on the fly.

The meta is used in src/routes/events/index.svelte.

Working on this