astro/.changeset/little-onions-relax.md
Michaili K e797b68160
Fix assets not getting optimized when outDir is outside the CWD (#8670)
* Fix assets not getting optimized when `outDir` is outside the CWD

* Add missing import

* Add changeset

* Fix import, again.

* Use getOutDirWithinCwd in the serverRoot declaration
2023-09-27 18:18:36 -04:00

100 B

astro
patch

Fix asset optimization failing when outDir is outside the project directory