diff options
author | 2023-06-28 14:49:10 -0500 | |
---|---|---|
committer | 2023-06-28 14:49:10 -0500 | |
commit | d3247851f04e911c134cfedc22db17b7d61c53d9 (patch) | |
tree | 82568cca26b2e689d406182900555e4f62ab732c /.changeset/mean-spoons-tie.md | |
parent | e9a0fb502a118c180fb52943905535d9f56f5ba5 (diff) | |
download | astro-d3247851f04e911c134cfedc22db17b7d61c53d9.tar.gz astro-d3247851f04e911c134cfedc22db17b7d61c53d9.tar.zst astro-d3247851f04e911c134cfedc22db17b7d61c53d9.zip |
Pass `compressHTML` settings to manifest (#7488)
* fix(#7333): pass compressHTML to manifest
* chore: add compressHTML to astro:ssr-manifest test
Diffstat (limited to '.changeset/mean-spoons-tie.md')
-rw-r--r-- | .changeset/mean-spoons-tie.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/mean-spoons-tie.md b/.changeset/mean-spoons-tie.md new file mode 100644 index 000000000..22d10d41f --- /dev/null +++ b/.changeset/mean-spoons-tie.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Pass `compressHTML` setting to server adapters |