diff options
author | 2023-01-12 10:06:59 -0600 | |
---|---|---|
committer | 2023-01-12 10:06:59 -0600 | |
commit | 5ed1bf4675e72c25713a0709915d12245bc9cbb8 (patch) | |
tree | 3b5a9a619c3457df633e89565a7cff4abb899e00 | |
parent | cf2de5422c26bfdea4c75f76e57b57299ded3e3a (diff) | |
download | astro-5ed1bf4675e72c25713a0709915d12245bc9cbb8.tar.gz astro-5ed1bf4675e72c25713a0709915d12245bc9cbb8.tar.zst astro-5ed1bf4675e72c25713a0709915d12245bc9cbb8.zip |
chore: update changeset for `_astro` directory (#5843)
Co-authored-by: Nate Moore <nate@astro.build>
-rw-r--r-- | .changeset/spicy-tips-dream.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.changeset/spicy-tips-dream.md b/.changeset/spicy-tips-dream.md index 22aa0ef19..742dd2828 100644 --- a/.changeset/spicy-tips-dream.md +++ b/.changeset/spicy-tips-dream.md @@ -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`. |