chore: update changeset for _astro directory (#5843)

Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
Nate Moore 2023-01-12 10:06:59 -06:00 committed by GitHub
parent cf2de5422c
commit 5ed1bf4675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,6 @@
'astro': major
---
**Breaking Change**: client assets are built to an `_astro` directory rather than the previous `assets` directory. This setting can now be controlled by the new `build` configuration option named `assets`.
**Breaking Change**: client assets are built to an `_astro` directory in the build output directory. Previously these were built to various locations, including `assets/`, `chunks/` and the root of build output.
This should simplify configuring immutable caching with your adapter provider as all files are now in the same `_astro` directory.
You can control this location with the new `build` configuration option named `assets`.