-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image optimization #106
Comments
The aws implementation would probably not work as is on cloudflare ( It uses next and sharp ). I had some plan to update the image optimization stuff to be more flexible. It would also make sense to change the way we install native deps. Right now for the image optimization it runs install : {
packages: ['sharp', ...],
arch: 'arm'|'x64',
} Obviously for cloudflare you'll override the default with what's appropriate depending on what end up being decided here |
Shouldn't the implementation of image optimization simply use Cloudflare Images? This can be done manually, but maybe it can also be done after the base build is complete, via the Cloudflare build. |
Yes that's the plan |
Support Image Optimization on the cloudflare infra
Refs:
The text was updated successfully, but these errors were encountered: