diff --git a/Makefile b/Makefile index bc6636b..1d3d913 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/config.yaml b/config.yaml index d4007a8..de99f86 100644 --- a/config.yaml +++ b/config.yaml @@ -64,6 +64,7 @@ params: favicon: "/static/img/favicon.ico" since: "2017" logoImage: "/static/img/logo.png" + sitePreview: "/static/img/dblogo-prev.png" logoTitle: "bdebyl" keywords: ["bastian", "de byl", "bdebyl", "bastian de byl"] description: "A random assortment of my personal projects."