So my use case is this: We have a bunch of websites, that have some images, eg hero image etc. not m

So my use case is this:
We have a bunch of websites, that have some images, eg hero image etc. not much.
Its build on nextjs but we export the site as static. We dont need SSR and the stuff.

We do use some 3rd party exporter for optimizing the images during build, but there are issues (upstream), where aren't easily solved.
On the other hand other frameworks have much better support for optimizing images at build time.

And I had a shower thought, that I could use that framework to deploy a dummy page with all the images I want and fetch them on my other sites.
But, ofcourse this "hack" is just that. Hack 😄

But thanks for mentioning this, I had this on my head as an "image optimizaton" only service.
But I looked again and also supports delivery too.

Now gotta figure the current image fetch count. I dont support it will be that big !
Was this page helpful?