#254 clean up S3 images - smaller "big" size

This commit is contained in:
Andrea Vos 2021-08-24 22:22:53 +00:00
parent b84030776c
commit fed03c87ef

View File

@ -8,7 +8,7 @@ import awsConfig from '../aws';
import S3 from 'aws-sdk/clients/s3';
const sizes = {
big: [1600, false],
big: [1200, false],
flag: [256, false],
thumb: [240, true],
}