We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bef967 commit f02365fCopy full SHA for f02365f
infra/bucket.nix
@@ -29,7 +29,7 @@ with nix; {
29
name = bucket_name;
30
bucket_name = "\${ google_storage_bucket.main.name }";
31
enable_cdn = true;
32
- compression_mode = "DISABLED";
+ compression_mode = "AUTOMATIC";
33
custom_response_headers = ["Strict-Transport-Security:max-age=31536000; includeSubDomains; preload"];
34
};
35
0 commit comments