--- interface Props { url: string; image: string; title: string; date: string; } const { url, image, title, date } = Astro.props; ---
  • {title}