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