Hacker News new | ask | show | jobs
by throw123123123 1701 days ago
It is definitely an awkward design choice, but image services often generate the images on demand, by having one and creating the otherones at request + caching. A static build does not have the capacity to cache images, unless it generates a really large number of them during build!
1 comments

Right, this could work for small sites, but not sites with a ton of images.