--- interface Props { title: string; description: string; thumbnail?: string; metaURL?: string; } const { title, description, thumbnail, metaURL } = Astro.props; import "../styles/global.css"; import { ClientRouter } from "astro:transitions"; --- { thumbnail && ( <> ) } {metaURL && } {title}