1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-01 08:15:29 -04:00

attempted json-ld fixes...

This commit is contained in:
2025-03-31 11:47:17 -04:00
parent 6c32a5ef36
commit a7b50f1b55
6 changed files with 26 additions and 13 deletions
+2 -1
View File
@@ -26,8 +26,9 @@ const Page = () => {
"@type": "VideoObject",
name: metadata.title as string,
description: metadata.description as string,
thumbnailUrl: `${BASE_URL}${thumbnail.src}`,
contentUrl: `${BASE_URL}${webm}`,
thumbnailUrl: `${BASE_URL}${thumbnail.src}`,
embedUrl: `${BASE_URL}/birthday`,
uploadDate: "1996-02-06T00:00:00Z",
duration: "PT6M10S",
}}