--- import Button from "../ui/Button.astro"; import LastPost from "../blog/LastPost.astro"; import Languages from "../blog/Languages.astro"; import { Icon } from "astro-icon/components"; import Heading from "../ui/Heading.astro"; import { AstroError } from "astro/errors"; import { getCollection} from "astro:content"; const [staticData] = await getCollection('staticData'); if (!staticData) { throw new AstroError("JSON data not found"); } ---
{staticData.data.profileTitle} 🚀