mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
Removed Extension on pictures
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -25,12 +25,12 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/dp/dp3/121/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/dp/dp3/121/low.png",
|
||||
en: "https://assets.tcgdex.net/en/dp/dp3/121/low",
|
||||
fr: "https://assets.tcgdex.net/fr/dp/dp3/121/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/dp/dp3/121/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/dp/dp3/121/high.png",
|
||||
en: "https://assets.tcgdex.net/en/dp/dp3/121/high",
|
||||
fr: "https://assets.tcgdex.net/fr/dp/dp3/121/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -71,4 +71,3 @@ const card: Card = {
|
||||
}
|
||||
|
||||
export default card
|
||||
|
||||
|
Reference in New Issue
Block a user