mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
fix thumbs (3)
This commit is contained in:
parent
ed243da56f
commit
1e30773e94
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export class Engine {
|
||||||
const thumbKey = match[2]
|
const thumbKey = match[2]
|
||||||
const imageKey = match[1]
|
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}px.${ext}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue