From 947409628de1b8f73a515a6cf622ba27f6bb8d73 Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Sun, 18 Jan 2026 15:28:30 +0100 Subject: [PATCH] Reverted all changes back to version e208d4e2353d9e352f11749a14e4421c9a574a22 --- src/app/[locale]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),