--- import Layout from "./Layout.astro"; import BlogMeta from "../components/BlogMeta.astro"; const { post } = Astro.props; const { title = "", description = "", pubDate, categories, image, imageAlt, } = post.data; --- {image && {imageAlt}

{title}