--- import { ClientRouter } from "astro:transitions"; import Header from "../components/Header.astro"; import "../styles/global.css"; interface Props { pageTitle: string; ogImage?: string; } const { pageTitle, ogImage }: Props = Astro.props; ---
{ ogImage && ( ) }