Hacker News new | ask | show | jobs
by segphault 1730 days ago
Cloudflare Pages locks you into git-based deployment, which isn't always practical, especially for sites that are heavy with images and other non-text static assets. I don't want to use git to manage the images for my website and I don't want to have to pay Github every month for Git LFS storage and bandwidth costs.
1 comments

You can take a look at Workers Sites instead. Similar to their Pages solution, but with a lot more flexibility.