fix
This commit is contained in:
@@ -26,7 +26,7 @@ interface Props {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function generateMetadata({ params }: Props): Promise<Metadata> {
|
export async function generateMetadata({ params }: Props): Promise<Metadata> {
|
||||||
const { locale } = params;
|
const { locale } = await params;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const banner = await fetchAboutData();
|
const banner = await fetchAboutData();
|
||||||
|
|||||||
Reference in New Issue
Block a user