page delivery tweaks
This commit is contained in:
parent
834d68f9e3
commit
101d0ac9ea
26 changed files with 18 additions and 52 deletions
|
|
@ -159,6 +159,9 @@ const uploadImages = () => src(imageSources, { base: './server', encoding: false
|
|||
s3({
|
||||
Bucket: process.env.BUCKET,
|
||||
StorageClass: 'STANDARD',
|
||||
maps: {
|
||||
CacheControl: () => 'max-age=31536000',
|
||||
},
|
||||
}),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue