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