--- import type { MetaConfig } from '@/types/config/meta-config.types'; interface Props { meta: MetaConfig; } const { meta } = Astro.props; ---