--- import Layout from "../layouts/PageLayout.astro"; import { getCollection } from "astro:content"; const posts = await getCollection("blog"); ---