diff options
author | 2024-06-06 14:22:57 +0100 | |
---|---|---|
committer | 2024-06-06 14:22:57 +0100 | |
commit | 97fbe938a9b07d52d61011da4bd5a8b5ad85a700 (patch) | |
tree | 28dac72162a6141b1945fe06cf8b40deb545a83b /.changeset | |
parent | a64428d11b3499ebed4f76f1f0dd1ca8bc6b0518 (diff) | |
download | astro-97fbe938a9b07d52d61011da4bd5a8b5ad85a700.tar.gz astro-97fbe938a9b07d52d61011da4bd5a8b5ad85a700.tar.zst astro-97fbe938a9b07d52d61011da4bd5a8b5ad85a700.zip |
fix: merge userConfig inside `getViteConfig` (#11194)
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/tidy-days-decide.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/tidy-days-decide.md b/.changeset/tidy-days-decide.md new file mode 100644 index 000000000..53398e057 --- /dev/null +++ b/.changeset/tidy-days-decide.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes an issue where the function `getViteConfig` wasn't returning the correct merged Astro configuration |