blob: b8f3383afb61d69389b916101e5cc143f52fd9cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---
'@astrojs/deno': major
'@astrojs/netlify': major
'@astrojs/image': minor
'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`.
This should simplify configuring immutable caching with your adapter provider as all files are now in the same `_astro` directory.
|