← Back to context

Comment by jotaen

1 year ago

For static sites, I’m quite happy with Cloudflare Pages + Github deploy action. (https://github.com/cloudflare/pages-action)

Thanks, I have 3 sites I need to get off Netlify and I’ve spent the morning reading about Cloudflare Pages.

My only hesitation is the 20k file limit; one of our sites is a large Gatsby site that generates certain content programmatically, sometimes using a series of YAML files as the source. Pretty sure we’re over 20k pages by themselves. Been meaning to move this one to Next.js sometime but that’s not on our roadmap anytime soon.