You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Goal of this issue would be to build support for more CDN direct package options, as well as build a extension system to allow the user to replace the imageHandler with their own custom one, whether that is an Integration, or a simple .astro component.
The text was updated successfully, but these errors were encountered:
Currently our ImageHandler supports
unpic
the default free multi-CDN option, andcloudinary-js
This is implemented with our internal imageHandler integration and Custom Image ComponentCImage.astro
The Goal of this issue would be to build support for more CDN direct package options, as well as build a extension system to allow the user to replace the imageHandler with their own custom one, whether that is an Integration, or a simple
.astro
component.The text was updated successfully, but these errors were encountered: