mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
f7f2338c2b
* refactor: rework supportAstroFeatures * fix: build * fix: tests * chore: changeset
7 lines
313 B
Markdown
7 lines
313 B
Markdown
---
|
|
'astro': major
|
|
---
|
|
|
|
Removes the `assets` property on `supportedAstroFeatures` for adapters, as it did not reflect reality properly in many cases.
|
|
|
|
Now, relating to assets, only a single `sharpImageService` property is available, determining if the adapter is compatible with the built-in sharp image service.
|