diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/curly-bags-attack.md | 5 | ||||
-rw-r--r-- | .changeset/gold-trains-eat.md | 6 | ||||
-rw-r--r-- | .changeset/olive-bags-think.md | 5 | ||||
-rw-r--r-- | .changeset/orange-windows-battle.md | 5 |
4 files changed, 0 insertions, 21 deletions
diff --git a/.changeset/curly-bags-attack.md b/.changeset/curly-bags-attack.md deleted file mode 100644 index 5148e0f46..000000000 --- a/.changeset/curly-bags-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix hydration on slow connection diff --git a/.changeset/gold-trains-eat.md b/.changeset/gold-trains-eat.md deleted file mode 100644 index 207c819a7..000000000 --- a/.changeset/gold-trains-eat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/node': patch -'astro': patch ---- - -Use a Node-specific image endpoint to resolve images in dev and Node SSR. This should fix many issues related to getting 404 from the \_image endpoint under certain configurations diff --git a/.changeset/olive-bags-think.md b/.changeset/olive-bags-think.md deleted file mode 100644 index 70fc7501e..000000000 --- a/.changeset/olive-bags-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix duplicated Astro and Vite injected styles diff --git a/.changeset/orange-windows-battle.md b/.changeset/orange-windows-battle.md deleted file mode 100644 index 37fcb28fa..000000000 --- a/.changeset/orange-windows-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': minor ---- - -Change build target from `es2020` to `es2022`, for better support |