--- import '../styles/global.css'; interface Props { title?: string; } const { title = "Astro Site" } = Astro.props; ---