--- import Link from '@/components/Link.astro' import { Badge } from '@/components/ui/badge' import { Image } from 'astro:assets' import type { CollectionEntry } from 'astro:content' type Props = { project: CollectionEntry<'projects'> } const { project } = Astro.props ---
{project.data.description}