0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/web/site/middleware
Fabien egg O'Carroll 0b973d1f29 Redirected to original image when resizing fails
refs https://github.com/TryGhost/Team/issues/1234

Sharp can occasionally fail resizing, this is usually due the the
underlying libvips library failing. We do not want this to cause an
error however, instead we should just show the original image - as
resizing is an optimisation, rather than a requirement.
2021-12-13 15:49:18 +02:00
..
handle-image-sizes.js Redirected to original image when resizing fails 2021-12-13 15:49:18 +02:00
index.js
redirect-ghost-to-admin.js
serve-favicon.js
serve-public-file.js
static-theme.js