--- // Import necessary components import { Image } from 'astro:assets'; import type { CollectionEntry } from 'astro:content'; const { blogEntry } = Astro.props; interface Props { blogEntry: CollectionEntry<'blog'>; } ---
{blogEntry.data.authorImageAlt}