Add missing thumbnail urls

This commit is contained in:
amarantha-k
2025-03-11 14:46:50 -07:00
parent a928e26251
commit b823dc5795
2 changed files with 4 additions and 3 deletions

View File

@@ -66,8 +66,8 @@ Before diving into how to mint an NFT, ensure you have access to test accounts o
"@type": "VideoObject", "@type": "VideoObject",
"name": "How to Mint an NFT on the XRP Ledger?", "name": "How to Mint an NFT on the XRP Ledger?",
"description": "How to Mint an NFT on the XRP Ledger?", "description": "How to Mint an NFT on the XRP Ledger?",
"uploadDate": "2024-02-29", "uploadDate": "2024-02-29","embedUrl": "https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s",
"embedUrl": "https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s" "thumbnailUrl": "https://img.youtube.com/vi/oGzKbQJCTJ0/hqdefault.jpg"
} }
</script> </script>

View File

@@ -32,7 +32,8 @@ The XRP Ledger's CLOB DEX is unique in that it does **not require** AMMs to swap
"name": "What is a Decentralized Exchange, or DEX?", "name": "What is a Decentralized Exchange, or DEX?",
"description": "What is a Decentralized Exchange, or DEX?", "description": "What is a Decentralized Exchange, or DEX?",
"uploadDate": "2022-01-10", "uploadDate": "2022-01-10",
"embedUrl": "https://www.youtube.com/watch?v=VWNrHBDfXvA?feature=shared" "embedUrl": "https://www.youtube.com/watch?v=VWNrHBDfXvA?feature=shared",
"thumbnailUrl": "https://i.ytimg.com/vi/VWNrHBDfXvA/maxresdefault.jpg"
} }
</script> </script>