--- const { title = "My Site" } = Astro.props; import "../styles/globals.css"; --- {title}