0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/.changeset/dull-weeks-trade.md
Emanuele Stoppa cc8e9de881
fix: throw an error for incorrect configuration (#7680)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-07-17 14:35:29 +01:00

5 lines
113 B
Markdown

---
'astro': patch
---
Throw an error when `build.split` is set to `true` but `output` isn't set to `"server"`.