diff --git a/src/app/[locale]/about/page.tsx b/src/app/[locale]/about/page.tsx index a7e1af7..bbceec1 100644 --- a/src/app/[locale]/about/page.tsx +++ b/src/app/[locale]/about/page.tsx @@ -26,7 +26,7 @@ interface Props { } export async function generateMetadata({ params }: Props): Promise { - const { locale } = params; + const { locale } = await params; try { const banner = await fetchAboutData();