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

This commit is contained in:
Avris 2021-08-24 22:52:53 +02:00
parent 78b90867ae
commit 61e77d71fe
1 changed files with 1 additions and 1 deletions

View File

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