From 5ed1bf4675e72c25713a0709915d12245bc9cbb8 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Thu, 12 Jan 2023 10:06:59 -0600 Subject: [PATCH] chore: update changeset for `_astro` directory (#5843) Co-authored-by: Nate Moore --- .changeset/spicy-tips-dream.md | 4 ++-- 1 file 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`.