diff options
author | 2025-03-19 13:54:21 +0000 | |
---|---|---|
committer | 2025-03-19 13:54:21 +0000 | |
commit | d5ad591230918db302edc89c1a98436c16a4e0d2 (patch) | |
tree | 0cdc80a178d65c2b05ca45aadeb3e8751a7d6a81 /.changeset/eight-eyes-swim.md | |
parent | 53abc9d4c8a63a4cfb4c682ed8a3e265cc87561e (diff) | |
download | astro-d5ad591230918db302edc89c1a98436c16a4e0d2.tar.gz astro-d5ad591230918db302edc89c1a98436c16a4e0d2.tar.zst astro-d5ad591230918db302edc89c1a98436c16a4e0d2.zip |
fix: don't attempt to move files after build with base (#13463)
* fix: don't attempt to move files after build with base
* Remove console
* Reword changeset
* Remove unused import
Diffstat (limited to '')
-rw-r--r-- | .changeset/eight-eyes-swim.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/eight-eyes-swim.md b/.changeset/eight-eyes-swim.md new file mode 100644 index 000000000..3810682dc --- /dev/null +++ b/.changeset/eight-eyes-swim.md @@ -0,0 +1,5 @@ +--- +'@astrojs/cloudflare': patch +--- + +Fixes a bug that caused builds to fail when a base directory is configured |