diff options
author | 2024-11-27 13:05:56 +0000 | |
---|---|---|
committer | 2024-11-27 13:05:56 +0000 | |
commit | 65e50eb7b6d7b10a193bba7d292804ac0e55be18 (patch) | |
tree | 76fe936ea82df00a91542bfb434d323d155af7ba /.changeset | |
parent | f71052df0137d8a60f98c2121495ef4cc9343727 (diff) | |
download | astro-65e50eb7b6d7b10a193bba7d292804ac0e55be18.tar.gz astro-65e50eb7b6d7b10a193bba7d292804ac0e55be18.tar.zst astro-65e50eb7b6d7b10a193bba7d292804ac0e55be18.zip |
Fix JPEG image size determination (#12542)
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/bright-pants-trade.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/bright-pants-trade.md b/.changeset/bright-pants-trade.md new file mode 100644 index 000000000..00267ad71 --- /dev/null +++ b/.changeset/bright-pants-trade.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix JPEG image size determination |