diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index b7c05db..cf5f3a0 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 getI1_8n(); + const t = await getI18n(); return { title: t('meta.title'), description: t('meta.description'),