--- import { Image } from "astro:assets" import { type ImageMetadata } from "astro" import BadgeList from "../badge/BadgeList.astro" interface Props { title: string description: string tags: string[] image: ImageMetadata imageAlt: string linkTo: string } const { title, description, tags, image, imageAlt, linkTo } = Astro.props ---
{imageAlt}

{title}

{description}