mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
8 lines
313 B
Markdown
8 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.
|