--- import { getCollection } from "astro:content" import ProjectGrid from "./ProjectGrid.astro" const projects = await getCollection("projects") ---