is it worth it to move a pdfs, json, and images out of my main build path and shift them to say files. example .com? pros it should decrease buildtime. Cons it it will change hardcorded url paths that have lived a good life since 1999. do I want 2,000+ 301 redirects?
#11ty #webdev
the build times are too bonkers, I've decided to embrace having so many redirects and moving the images and pdfs to a DAM. now i'm debating between Cloudflare R2 vs cloudinary
thoughts? #webdev #11ty
@adjb R2 has extremely limited (but generally capable) resizing API, where cloudinary has enough API methods to write some kind of resizing operating system. have used both, both are good. likely comes down to cost/features.
@d3v1an7 at this point I don’t really want a resizing script or need one just storing 800+ PDFs and thousands of images (thanks Wordpress)