alejandr0angul0.dev/config/production/deployment.toml.sample
2020-07-17 23:36:56 -07:00

23 lines
459 B
Plaintext

order = [".jpg$", ".gif$"]
[[targets]]
name = "aws-s3"
URL = "{{S3URL}}"
cloudFrontDistributionID = "{{CLOUDFRONTDISTRIBUTIONID}}"
[[matchers]]
# Cache static assets for 1 year.
pattern = "^.+\\.(js|css|svg|ttf)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = true
[[matchers]]
pattern = "^.+\\.(png|jpg)$"
cacheControl = "max-age=31536000, no-transform, public"
gzip = false
[[matchers]]
pattern = "^.+\\.(html|xml|json)$"
gzip = true