Skip to content

Commit

Permalink
chore: update changeset for _astro directory (#5843)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Moore <[email protected]>
  • Loading branch information
natemoo-re and natemoo-re authored Jan 12, 2023
1 parent cf2de54 commit 5ed1bf4
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 5ed1bf4

Please sign in to comment.