Try to fix small thumbnails not persisting on disk
This commit is contained in:
parent
86742545d1
commit
6a259c8e4f
@ -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"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user