I'm currently using Zola as my static site generator and I'm looking into ways to store and serve images from. There are options like Cloudflare's R2 (S3-compatible), Cloudinary, or even a site dedicated to images and hotlinking to there. God forbid that the solution is committing binary images to the Git repository.<p>Do you have any recommendations that are portable (e.g. easy to switch vendors) and inexpensive, preferably free at the start?
> God forbid that the solution is committing binary images to the Git repository.<p>Where does the misconception that that's somehow a problem stem from? In 30 years of having web sites, that approach has invariably served me well.