diff options
author | 2024-12-03 10:51:34 +0000 | |
---|---|---|
committer | 2024-12-03 10:51:34 +0000 | |
commit | b731b3de73262f8ab9544b1228ea9e693e488b6c (patch) | |
tree | 48cc6c6f7ca2f919148c9688a47ec32b3bc5aa19 /.changeset | |
parent | 3a144b1a69679730bb1d721aae2a28008b8a9064 (diff) | |
download | astro-b731b3de73262f8ab9544b1228ea9e693e488b6c.tar.gz astro-b731b3de73262f8ab9544b1228ea9e693e488b6c.tar.zst astro-b731b3de73262f8ab9544b1228ea9e693e488b6c.zip |
fix: make image endpoint highest priority (#12591)
* fix: make image endpoint highest priority
* Use config for endpoint
* Add test
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/plenty-carrots-nail.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/plenty-carrots-nail.md b/.changeset/plenty-carrots-nail.md new file mode 100644 index 000000000..706366b40 --- /dev/null +++ b/.changeset/plenty-carrots-nail.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes a bug where a catchall route would match an image endpoint request |