updated theme for site-wide image, Makefile updates

This commit is contained in:
Bastian de Byl
2020-11-05 23:15:39 -05:00
parent b4e403fa67
commit 2fbaf87573
2 changed files with 2 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ static-pull:
.PHONY: static-pull
static-push:
aws s3 sync --acl "public-read" --sse "AES256" ${STATIC_DIR}/ s3://${STATIC_BUCKET}
aws s3 sync --cache-control max-age=86400 --acl "public-read" --sse "AES256" ${STATIC_DIR}/ s3://${STATIC_BUCKET}
.PHONY: static-push
static-images: