Skip to content

v0.1.4

Compare
Choose a tag to compare
@regisphilibert regisphilibert released this 11 Mar 21:07
· 20 commits to main since this release

This release introduces two minor features

huge/Media: imgix.enable

This new setting is useful to control which environment can rely on imgix.

imgix will usually serve images deployed from your production site. Sometime your staging environment will introduce new images, not yet available in production and therefore not available on the imgix source either. To prevent broken image on your staging environment, you might want to opt out of imgix altogether when on given environment.

huge/Fonts: disable_local or local: false

It is now possible to opt out of the printing of a local src for any given font by setting its local setting to false, or the global disable_local setting to true.

What's Changed