fix thumbs (3)

This commit is contained in:
tree🌴 2024-03-07 18:06:52 +01:00
parent ed243da56f
commit 1e30773e94
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export class Engine {
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}`
ev.thumbs[[ imageKey, thumbKey.replace('px', '')].join(':')] = `https://data.web3privacy.info/img/events/${year}/thumbs/${ev.id}-${imageKey}-${thumbKey}px.${ext}`
}
}
}