diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index cf5f3a0..b7c05db 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -16,7 +16,7 @@ const geistMono = Geist_Mono({ }); export async function generateMetadata({ params }: { params: { locale: string } }): Promise { - const t = await getI18n(); + const t = await getI1_8n(); return { title: t('meta.title'), description: t('meta.description'),