diff options
Diffstat (limited to '.changeset/spicy-tips-dream.md')
-rw-r--r-- | .changeset/spicy-tips-dream.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.changeset/spicy-tips-dream.md b/.changeset/spicy-tips-dream.md deleted file mode 100644 index 3b4714e82..000000000 --- a/.changeset/spicy-tips-dream.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@astrojs/deno': major -'@astrojs/netlify': major -'@astrojs/image': minor -'astro': major ---- - -**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. - -You can control this location with the new `build` configuration option named `assets`. |