Skip to content

Commit f02365f

Browse files
committed
Compress
1 parent 9bef967 commit f02365f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/bucket.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ with nix; {
2929
name = bucket_name;
3030
bucket_name = "\${ google_storage_bucket.main.name }";
3131
enable_cdn = true;
32-
compression_mode = "DISABLED";
32+
compression_mode = "AUTOMATIC";
3333
custom_response_headers = ["Strict-Transport-Security:max-age=31536000; includeSubDomains; preload"];
3434
};
3535
};

0 commit comments

Comments
 (0)