diff options
author | 2023-07-14 17:20:44 +0800 | |
---|---|---|
committer | 2023-07-14 17:20:44 +0800 | |
commit | 8ee94ffbd9b0c055a245f63e766f64f51466eda7 (patch) | |
tree | 43782c30997b9279a1376ba8986dc67053c8d971 | |
parent | bde08c4b141995d77f502bb263f2b7d15c95b12d (diff) | |
download | astro-8ee94ffbd9b0c055a245f63e766f64f51466eda7.tar.gz astro-8ee94ffbd9b0c055a245f63e766f64f51466eda7.tar.zst astro-8ee94ffbd9b0c055a245f63e766f64f51466eda7.zip |
Remove weird changeset symbols (#7648)
-rw-r--r-- | .changeset/fluffy-timers-remain.md | 2 | ||||
-rw-r--r-- | .changeset/tasty-bags-accept.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.changeset/fluffy-timers-remain.md b/.changeset/fluffy-timers-remain.md index 80d52cb2e..66cca9a99 100644 --- a/.changeset/fluffy-timers-remain.md +++ b/.changeset/fluffy-timers-remain.md @@ -2,4 +2,4 @@ 'astro': patch --- -Fix `astro:assets` not respecting EXIF rotation +Fix `astro:assets` not respecting EXIF rotation diff --git a/.changeset/tasty-bags-accept.md b/.changeset/tasty-bags-accept.md index d639ccab4..94b2be86c 100644 --- a/.changeset/tasty-bags-accept.md +++ b/.changeset/tasty-bags-accept.md @@ -2,4 +2,4 @@ 'astro': patch --- -Add support for using `.svg` files with `astro:assets`'s base services. The SVGs will NOT be processed and will be return as-is, however, proper attributes, alt enforcement etc will all work correctly. +Add support for using `.svg` files with `astro:assets`'s base services. The SVGs will NOT be processed and will be return as-is, however, proper attributes, alt enforcement etc will all work correctly. |