samwarnick / samwarnick.com

Personal website and blog
https://samwarnick.com
1 stars 0 forks source link

Move images to CDN or something #58

Closed samwarnick closed 1 month ago

samwarnick commented 2 months ago

Right now, images are in the repo. This really slows down the 11ty build because it needs to copy all those images.

Maybe step 1 is to try optimizing all the images—I just drop big ol' files in.

samwarnick commented 2 months ago

I did step one and am optimizing images with eleventy-img. This results in conservable savings.

But, the issue of my images remaining in my repo.

https://coryd.dev/posts/2024/handling-images-with-b2-netlifys-image-cdn-hazel-and-mountain-duck/

samwarnick commented 1 month ago

Done with #65