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