From 2f8923fbfb8302978b8ee7453e10b98d07b112ca Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Fri, 26 Dec 2025 09:35:04 +0700 Subject: [PATCH] feat: update metadata --- app/[locale]/(public)/video/detail/[slug]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/(public)/video/detail/[slug]/page.tsx b/app/[locale]/(public)/video/detail/[slug]/page.tsx index 787308e3..261b6d02 100644 --- a/app/[locale]/(public)/video/detail/[slug]/page.tsx +++ b/app/[locale]/(public)/video/detail/[slug]/page.tsx @@ -47,7 +47,7 @@ export async function generateMetadata({ params }: any): Promise { type: "video.other", images: [ { - url: video?.thumbnailLink, + url: video?.thumbnailLink + "&isSmall=true", width: 1280, height: 720, alt: video?.title || "Thumbnail Mediahub Polri",