--- interface Props { title?: string; } const { title = "MeshCore SAR RX Stats" } = Astro.props; import "../index.css"; --- {title}