diff --git a/src/templates/pages/VideoResponse.tsx b/src/templates/pages/VideoResponse.tsx index 1ac4087..dec8bac 100644 --- a/src/templates/pages/VideoResponse.tsx +++ b/src/templates/pages/VideoResponse.tsx @@ -44,7 +44,7 @@ export function VideoResponse(data: AwemeList): JSX.Element { }, { name: 'og:type', - content: `video.${data.video.duration !== 0 ? 'video.other' : 'image.other'}` + content: `${data.video.duration !== 0 ? 'video.other' : 'image.other'}` }, { name: `og:${data.video.duration !== 0 ? 'video' : 'image'}:type`,