Skip to content

Commit b823dc5

Browse files
committed
Add missing thumbnail urls
1 parent a928e26 commit b823dc5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

blog/2024/how-to-mint-nfts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Before diving into how to mint an NFT, ensure you have access to test accounts o
6666
"@type": "VideoObject",
6767
"name": "How to Mint an NFT on the XRP Ledger?",
6868
"description": "How to Mint an NFT on the XRP Ledger?",
69-
"uploadDate": "2024-02-29",
70-
"embedUrl": "https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s"
69+
"uploadDate": "2024-02-29","embedUrl": "https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s",
70+
"thumbnailUrl": "https://img.youtube.com/vi/oGzKbQJCTJ0/hqdefault.jpg"
7171
}
7272
</script>
7373

docs/concepts/tokens/decentralized-exchange/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ The XRP Ledger's CLOB DEX is unique in that it does **not require** AMMs to swap
3232
"name": "What is a Decentralized Exchange, or DEX?",
3333
"description": "What is a Decentralized Exchange, or DEX?",
3434
"uploadDate": "2022-01-10",
35-
"embedUrl": "https://www.youtube.com/watch?v=VWNrHBDfXvA?feature=shared"
35+
"embedUrl": "https://www.youtube.com/watch?v=VWNrHBDfXvA?feature=shared",
36+
"thumbnailUrl": "https://i.ytimg.com/vi/VWNrHBDfXvA/maxresdefault.jpg"
3637
}
3738
</script>
3839

0 commit comments

Comments
 (0)