diff options
author | 2024-10-30 11:57:23 +0000 | |
---|---|---|
committer | 2024-10-30 11:57:23 +0000 | |
commit | 94eaeea1c437402ffc44103126b355adab4b8a01 (patch) | |
tree | f73022716dbdb07f91c231cc4dbd50a2420b53af | |
parent | e2056c218e249bcbc3a44ae6319176b49222d306 (diff) | |
download | astro-94eaeea1c437402ffc44103126b355adab4b8a01.tar.gz astro-94eaeea1c437402ffc44103126b355adab4b8a01.tar.zst astro-94eaeea1c437402ffc44103126b355adab4b8a01.zip |
chore: add changeset for #12280 (#12340)
-rw-r--r-- | .changeset/wet-masks-hide.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/wet-masks-hide.md b/.changeset/wet-masks-hide.md new file mode 100644 index 000000000..91ca54297 --- /dev/null +++ b/.changeset/wet-masks-hide.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes an issue where Astro actions didn't work when `base` was different from `/` |