diff options
Diffstat (limited to '.changeset/slimy-cougars-worry.md')
-rw-r--r-- | .changeset/slimy-cougars-worry.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/slimy-cougars-worry.md b/.changeset/slimy-cougars-worry.md deleted file mode 100644 index 3182f83b7..000000000 --- a/.changeset/slimy-cougars-worry.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Fixes incorrect config update when calling `updateConfig` from `astro:build:setup` hook. - -The function previously called a custom update config function made for merging an Astro config. Now it calls the appropriate `mergeConfig()` utility exported by Vite that updates functional options correctly. |