Hi all!
I can see in Cloudflare’s documentation (https://developers.cloudflare.com/pages/platform/limits/#file-size
) that Pages have a file size limit of 25 MiB. But I can’t see anywhere a mention to what total size can a build be.
Is there such a thing?
Some context, if it helps:
I’m building a blog with 11ty that relies on https://github.com/11ty/eleventy-img/
to transform photos. Each photo will have between 4 and 5 sizes. At 80% JPEG quality, that’s around 500 KB per photo. Each blog post can have between 20 – 40 photos. So between 10 – 20 MB of photos per blog post.