feat: update metadata
This commit is contained in:
parent
5354191e97
commit
2f8923fbfb
|
|
@ -47,7 +47,7 @@ export async function generateMetadata({ params }: any): Promise<Metadata> {
|
||||||
type: "video.other",
|
type: "video.other",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: video?.thumbnailLink,
|
url: video?.thumbnailLink + "&isSmall=true",
|
||||||
width: 1280,
|
width: 1280,
|
||||||
height: 720,
|
height: 720,
|
||||||
alt: video?.title || "Thumbnail Mediahub Polri",
|
alt: video?.title || "Thumbnail Mediahub Polri",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue