mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
4685f55549
* WIP fix image integration in Netlify * Add a changeset * Try another way * Get the chunks folder * try inlining * deep sigh * fix some things * more * Remove some stuff * remove unused imports * Add changeset * remove unused --copy-wasm * Remove unused post:build
316 B
316 B
@astrojs/image |
---|
patch |
Use base64 encoded modules for Squoosh integration
This moves @astrojs/image
to use base64 encoded versions of the Squoosh wasm modules. This is in order to prevent breakage in SSR environments where your files are moved around. This will fix usage of the integration in Netlify.