--- import { getCollection, getEntry } from "astro:content"; import type { AboutEntry } from "../types/about"; import "../styles/global.css"; const about: AboutEntry = await getEntry("about", "oliver"); ---
{about.data.location}
Interests