--- export interface Props { title: string; description: string; category: string; categoryColor?: string; date: string; readTime: string; imageUrl?: string; slug?: string; } const { title, description, category, categoryColor = 'bg-gold', date, readTime, imageUrl = '/images/blog/default.avif', slug = '#' } = Astro.props; ---
{title} {category}

{title}

{description}

{date} {readTime}