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