Skip to content

Commit

Permalink
chore: update changeset for _astro directory
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jan 12, 2023
1 parent c4b0cb8 commit 7c14300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/spicy-tips-dream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 7c14300

Please sign in to comment.