Size of Astro Blog on Pages

I have an Astro blog deployed on Pages. There are already about 50 blog posts. All of the posts are MDX files located in the project, and I use Cloudflare Images for all images. My question is will this scale to hundreds of blog posts? Will the build time become a problem eventually? Will I eventually need to use a database such as Supabase or a headless CMS to store and deliver my content? Thanks for the help. I'm trying to plan ahead.
2 Replies
Walshy
Walshy12mo ago
I can't see why not Astro builds quick too. Even with Gatsby which is notoriously slow, you can do over 10k pages in like 3 minutes So err yeah, I wouldn't worry. You should be all good.
Dave P
Dave P12mo ago
Awesome. I’ve never built a a truly large blog site. Just wanted to make sure this would scale well. Thanks @Walshy | Pages