little update
This commit is contained in:
parent
aa7e92fedb
commit
daadd78f0b
|
|
@ -17,7 +17,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: article.title,
|
title: article.title,
|
||||||
description: article.description,
|
description: article.description,
|
||||||
images: [article.thumbnailUrl],
|
images: article.thumbnailUrl,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue