Skip to content

Commit 4c22a3d

Browse files
committed
fix: disable minification to avoid issues with dynamic subdomains
1 parent da19fdc commit 4c22a3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cf-cache.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ resource "cloudflare_zone_setting" "minify" {
3434
zone_id = local.zone_id
3535
setting_id = "minify"
3636
value = {
37-
css = "on"
38-
html = "on"
37+
css = "off"
38+
html = "off"
3939
js = "off"
4040
}
4141
}

0 commit comments

Comments
 (0)