Hi,
I built a blog using Nuxt.js and Cockpit CMS. And so far I really love this setup, I only have one problem: images.
Cockpit CMS is hosted on a VServer which acts more like a playground for some friends and me, so performance and caching aren’t a high priority.
But the images used in the blog are requested every time from this Vserver. Which could be okay, but I want to have a blazing fast website. Everything else is unacceptable!
So I thought about a solution where I could transfer the requested images during build time to Netlify Large Media. Is this even a good idea? How would you handle this?
Thank you,
Luka