1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-21 23:48:05 +01:00
parent d7b2fdaca4
commit cf25058e55
5947 changed files with 21348 additions and 27235 deletions

View File

@ -27,12 +27,12 @@ const card: Card = {
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm12/237/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm12/237/low.png",
en: "https://assets.tcgdex.net/en/sm/sm12/237/low",
fr: "https://assets.tcgdex.net/fr/sm/sm12/237/low",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm12/237/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm12/237/high.png",
en: "https://assets.tcgdex.net/en/sm/sm12/237/high",
fr: "https://assets.tcgdex.net/fr/sm/sm12/237/high",
},
},
@ -98,4 +98,3 @@ const card: Card = {
}
export default card