Reverted all changes back to version e208d4e235

This commit is contained in:
[dyad]
2026-01-18 15:28:30 +01:00
parent aac985fe15
commit 947409628d

View File

@@ -16,7 +16,7 @@ const geistMono = Geist_Mono({
}); });
export async function generateMetadata({ params }: { params: { locale: string } }): Promise<Metadata> { export async function generateMetadata({ params }: { params: { locale: string } }): Promise<Metadata> {
const t = await getI18n(); const t = await getI1_8n();
return { return {
title: t('meta.title'), title: t('meta.title'),
description: t('meta.description'), description: t('meta.description'),