diff options
author | 2023-07-18 16:40:09 -0500 | |
---|---|---|
committer | 2023-07-18 16:40:09 -0500 | |
commit | 72bbfac976c2965a523eea88ff0543e64d848d80 (patch) | |
tree | 83cc789cbb1168a14e34cc6931566ac17c5dda42 /.changeset | |
parent | d401866f93bfe25a50c171bc54b2b1ee0f483cc9 (diff) | |
download | astro-72bbfac976c2965a523eea88ff0543e64d848d80.tar.gz astro-72bbfac976c2965a523eea88ff0543e64d848d80.tar.zst astro-72bbfac976c2965a523eea88ff0543e64d848d80.zip |
Fix 404 status code in dev server (#7711)
* chore: update tests
* chore: update tests
* fix(#7516): set response status to 404 when rendering 404 page
* chore: add changeset
* chore: update dev container test
* refactor: improve status handling logic
* chore: remove unused import
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/happy-carrots-lick.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/happy-carrots-lick.md b/.changeset/happy-carrots-lick.md new file mode 100644 index 000000000..7dcd38568 --- /dev/null +++ b/.changeset/happy-carrots-lick.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix `status` code for custom `404` and `500` pages in the dev server |