[dyad] Fixing a typo in layout - wrote 1 file(s)
This commit is contained in:
@@ -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 getI1_8n();
|
const t = await getI18n();
|
||||||
return {
|
return {
|
||||||
title: t('meta.title'),
|
title: t('meta.title'),
|
||||||
description: t('meta.description'),
|
description: t('meta.description'),
|
||||||
|
|||||||
Reference in New Issue
Block a user