--- import type { Category } from '../data/categories'; interface Props { category: Category } const { category } = Astro.props; ---
  • {category.imageUrl !== undefined && {category.category}}

    {category.category}

    {category.description}