mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
fix thumbs (2)
This commit is contained in:
parent
4fb0d84f5b
commit
ed243da56f
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ export class Engine {
|
||||||
if (!match) {
|
if (!match) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
const thumbKey = match[1]
|
const thumbKey = match[2]
|
||||||
const imageKey = match[2]
|
const imageKey = match[1]
|
||||||
|
|
||||||
ev.thumbs[[ imageKey, thumbKey.replace('px', '')].join(':')] = `https://data.web3privacy.info/img/events/${year}/thumbs/${ev.id}-${imageKey}-${thumbKey}.${ext}`
|
ev.thumbs[[ imageKey, thumbKey.replace('px', '')].join(':')] = `https://data.web3privacy.info/img/events/${year}/thumbs/${ev.id}-${imageKey}-${thumbKey}.${ext}`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue