page delivery tweaks

This commit is contained in:
Matt Walsh 2025-05-20 22:10:13 -05:00
commit 101d0ac9ea
No known key found for this signature in database
26 changed files with 18 additions and 52 deletions

View file

@ -159,6 +159,9 @@ const uploadImages = () => src(imageSources, { base: './server', encoding: false
s3({
Bucket: process.env.BUCKET,
StorageClass: 'STANDARD',
maps: {
CacheControl: () => 'max-age=31536000',
},
}),
);