--- import { getCollection } from "astro:content"; const allPosts = await getCollection("posts"); --- { allPosts.map((post) => { return ( ); }) }
{post.data.date} {post.data.title}