--- import { getCollection } from "astro:content"; import PostItem from "./PostItem.astro"; const allPosts = await getCollection("blog"); ---