diff --git a/utils/engine.js b/utils/engine.js index a6b5f0d..6267d14 100644 --- a/utils/engine.js +++ b/utils/engine.js @@ -69,8 +69,8 @@ export class Engine { if (!match) { continue } - const thumbKey = match[1] - const imageKey = match[2] + const thumbKey = 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}` }