Hi Indie Hackers!
Quick question: Where are you hosting the various images needed inside your app (dashboard)?
Are you manually uploading to a CDN then grabbing the link? If so what CDN?
For my landing pages I generate static pages and publish these via Netlify. So I don't have to worry about CDN anymore.
My saas service only uses a handful of images which are not distributed via saas. It does however provide customers the possibility to upload images for theme customization. These are uploaded to an S3 bucket of digital ocean which automatically provides me with a CDN link.
Hi,
I am using AWS CloudFront with CI/CD tool (CircleCI) to deploy so everything is automated :) No manual uploads or grabbing the links.
Cheers!