Sha256: 9fd0270a0ff9495a941cb1808f2b14fbf6d0e253be8c01b15a623d32658ebad8
Contents?: true
Size: 848 Bytes
Versions: 1
Compression:
Stored size: 848 Bytes
Contents
[build] command = "bin/bridgetown deploy && bin/netlify.sh" publish = "output" [build.environment] NODE_ENV = "development" BRIDGETOWN_ENV = "production" [build.processing.html] pretty_urls = true [[headers]] for = "*" [headers.values] X-Frame-Options = "DENY" X-XSS-Protection = "1; mode=block" X-Content-Type-Options = "nosniff" Strict-Transport-Security = "max-age=15552000; includeSubDomains" Referrer-Policy = "no-referrer-when-downgrade" Cache-Control = "public, max-age=604800, s-max-age=604800" [[headers]] for = "/" [headers.values] Link = [ "<CSS_PATH>; rel=preload; as=style", "<JS_PATH>; rel=preload; as=script" ] [[headers]] for = "/*.(png|jpg|js|css|svg|woff|ttf|eot|ico|woff2)" [headers.values] Cache-Control = "public, max-age=31536000, s-max-age=31536000"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-core-1.3.2 | lib/bridgetown-core/configurations/netlify/netlify.toml |