diff options
author | 2023-07-26 21:38:37 +0200 | |
---|---|---|
committer | 2023-07-26 21:38:37 +0200 | |
commit | 31c4031ba7aea132a861f2465f38a83741f0cd05 (patch) | |
tree | ae72c5b2815d5d73b4769522b8386e7b9863b6ac /.changeset | |
parent | 54fb03b444a9f1a6679eff5d34cbb4eb84551558 (diff) | |
download | astro-31c4031ba7aea132a861f2465f38a83741f0cd05.tar.gz astro-31c4031ba7aea132a861f2465f38a83741f0cd05.tar.zst astro-31c4031ba7aea132a861f2465f38a83741f0cd05.zip |
fix: squoosh not working on Windows in certain situations (#7826)
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/calm-balloons-study.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/calm-balloons-study.md b/.changeset/calm-balloons-study.md new file mode 100644 index 000000000..cf81946de --- /dev/null +++ b/.changeset/calm-balloons-study.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix `astro:assets` not working on Windows in build when using Squoosh |