removed preview images, read more link, mobile nav height
This commit is contained in:
2
Makefile
2
Makefile
@@ -45,7 +45,7 @@ ifdef DELETE
|
||||
S3_DELETE=--delete
|
||||
endif
|
||||
S3_CACHE_CONTROL?=86400
|
||||
S3_CMD=s3 sync ${S3_DRYRUN} ${S3_DELETE} --cache-control max-age=${S3_CACHE_CONTROL} --acl "public-read" --sse "AES256"
|
||||
S3_CMD=s3 sync ${S3_DRYRUN} ${S3_DELETE} --metadata-directive REPLACE --cache-control max-age=${S3_CACHE_CONTROL},public --acl "public-read" --sse "AES256"
|
||||
S3_CMD_WEB=${S3_CMD} public/ s3://${WEB_BUCKET}
|
||||
S3_CMD_STATIC=${S3_CMD} static/ s3://${STATIC_BUCKET}
|
||||
CLOUDFRONT_PATHS?='/*'
|
||||
|
||||
Reference in New Issue
Block a user