--- import '../styles/global.css'; import SEO from '../components/meta/SEO.astro'; import type { Props as SEOProps } from '../components/meta/SEO.astro'; export type Props = SEOProps; const seoProps = Astro.props; ---