--- interface Props { title: string; ogTitle?: string; ogDescription?: string; ogURL?: string; } const { title, ogTitle, ogDescription, ogURL } = Astro.props; import "../styles/main.css"; ---