--- import { useTranslations } from '@/i18n/utils' import '@/styles/global.css' type Props = { title: string } const { title } = Astro.props const t = useTranslations(Astro.currentLocale) --- {`${title} | ${t('seo.og.title')}`}