Open Issues Need Help
View All on GitHubAI Summary: Optimize Next.js website's post summary pages by creating a new `PostSummary` type containing only necessary fields from the existing `PostComplete` type. This involves creating helper functions to transform data, updating relevant components (`PostSnippets`, `PostsSection`), and modifying pages that display post summaries to use the optimized data. The goal is to reduce bundle size and improve performance.
Complexity:
3/5
enhancement good first issue