summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-12 10:06:59 -0600
committerGravatar GitHub <noreply@github.com> 2023-01-12 10:06:59 -0600
commit5ed1bf4675e72c25713a0709915d12245bc9cbb8 (patch)
tree3b5a9a619c3457df633e89565a7cff4abb899e00
parentcf2de5422c26bfdea4c75f76e57b57299ded3e3a (diff)
downloadastro-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.md4
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`.