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