bwh
bwh
CDCloudflare Developers
Created by jeef on 12/31/2024 in #pages-help
Increasing limits on pages for static site generation
You might also be able to serve this directly out of a Cloudflare R2 bucket for a very low cost (maybe even free)
4 replies
CDCloudflare Developers
Created by jeef on 12/31/2024 in #pages-help
Increasing limits on pages for static site generation
For 250k static pages, I'd suggest the good old way: A regular web server with nginx or apache, and then just use Cloudflare's proxy in front of that. You can either build directly on the server, or sync your built HTML using rsync.
4 replies