--- import { Image } from "astro:assets"; import type { CollectionEntry } from "astro:content"; type Props = { collection: CollectionEntry<"projects">; }; const { collection } = Astro.props; ---
  • {collection.data.image.alt}