chore: update changeset for _astro
directory (#5843)
Co-authored-by: Nate Moore <nate@astro.build>
This commit is contained in:
parent
cf2de5422c
commit
5ed1bf4675
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
||||||
'astro': major
|
'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`.
|
||||||
|
|
Loading…
Reference in a new issue