Try to fix small thumbnails not persisting on disk

This commit is contained in:
Kuba Orlik 2026-02-01 15:24:15 +01:00
parent 86742545d1
commit 6a259c8e4f

View File

@ -12,7 +12,7 @@ export const RESPONSIVE_IMAGES_URL_PATH = "/images";
export const imageRouter = new KoaResponsiveImageRouter({ export const imageRouter = new KoaResponsiveImageRouter({
staticPath: RESPONSIVE_IMAGES_URL_PATH, staticPath: RESPONSIVE_IMAGES_URL_PATH,
thumbnailSize: 20, thumbnailSize: 20,
cacheManagerResolutionThreshold: 50, cacheManagerResolutionThreshold: 21,
imageStoragePath: IMAGE_CACHE_FS_DIR, imageStoragePath: IMAGE_CACHE_FS_DIR,
smartCropStoragePath: SMARTCROP_CACHE_FS_DIR, smartCropStoragePath: SMARTCROP_CACHE_FS_DIR,
formatsForLossy: ["webp"], formatsForLossy: ["webp"],