this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› Fix empty year sections in works grids

+1 -1
+1 -1
src/components/WorksGrid.astro
··· 60 60 { 61 61 Object.entries( 62 62 groupBy( 63 - Astro.props.works, 63 + Astro.props.works.filter(w => findThumbnailSourcemap(w.content, w.metadata.thumbnail ?? "")), 64 64 ({ metadata }) => 65 65 preferredDate(metadata)?.getFullYear().toString() ?? "Unknown", 66 66 ),