mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
d143d24c72
* including src in npm publish * bugfix: always round dimensions before passing to sharp.resize * automatically add optimizeDeps vite config * chore: changeset
5 lines
181 B
Markdown
5 lines
181 B
Markdown
---
|
|
'@astrojs/image': patch
|
|
---
|
|
|
|
Automatically adds the required `vite.optimizeDeps` config for `sharp`. Also ensures that only whole numbers are passed to sharp's resize transform
|