diff options
author | 2024-12-19 12:21:13 +0000 | |
---|---|---|
committer | 2024-12-19 12:21:13 +0000 | |
commit | e56af4a3d7039673658e4a014158969ea5076e32 (patch) | |
tree | 1ca77a017108c375e9b896d0a2172487a080104a | |
parent | 4353fc5ccf04ba20909f871f33ae47daf367dac6 (diff) | |
download | astro-e56af4a3d7039673658e4a014158969ea5076e32.tar.gz astro-e56af4a3d7039673658e4a014158969ea5076e32.tar.zst astro-e56af4a3d7039673658e4a014158969ea5076e32.zip |
chore: changeset (#12786)
-rw-r--r-- | .changeset/clean-ears-brake.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/clean-ears-brake.md b/.changeset/clean-ears-brake.md new file mode 100644 index 000000000..e27915d15 --- /dev/null +++ b/.changeset/clean-ears-brake.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes an issue where Astro i18n didn't properly show the 404 page when using fallback and the option `prefixDefaultLocale` set to `true`. |