mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
8 lines
287 B
Markdown
8 lines
287 B
Markdown
|
---
|
||
|
"astro": patch
|
||
|
---
|
||
|
|
||
|
Prevent cache content from being left in dist folder
|
||
|
|
||
|
When `contentCollectionsCache` is enabled temporary cached content is copied into the `outDir` for processing. This fixes it so that this content is cleaned out, along with the rest of the temporary build JS.
|