Do you have any recommendations that are portable (e.g. easy to switch vendors) and inexpensive, preferably free at the start?
Ask HN: Where do you store images for your static site?
1–10 of 12 posts
Re: Ask HN: Where do you store images for your static site?
#2Re: Ask HN: Where do you store images for your static site?
#3as data uris. the whole static site is on one of a couple different CDNs depending on region.
Re: Ask HN: Where do you store images for your static site?
#4Re: Ask HN: Where do you store images for your static site?
#5Re: Ask HN: Where do you store images for your static site?
#6Re: Ask HN: Where do you store images for your static site?
#7im using Cloudflare for my static content (includes images)
[1]: https://developers.cloudflare.com/pages/platform/limits/
Re: Ask HN: Where do you store images for your static site?
#8Where 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.
Re: Ask HN: Where do you store images for your static site?
#9> God forbid that the solution is committing binary images to the Git repository. 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.
Re: Ask HN: Where do you store images for your static site?
#10as data uris. the whole static site is on one of a couple different CDNs depending on region.
Like encoded base64 and using a post-processor to convert the images?