Astro pages for the blog section of boilr.ai.
index.astro - Blog hub/listing page with search and category filtering (uses BlogHubIsland React island)[...slug].astro - Dynamic catch-all route for Sanity CMS blog posts (uses BlogPostContent React island)*.astro - Static blog article pages, each wrapping a React island component from src/components/islands/Some articles are served at two different URLs using the same island component:
best-recruitment-platform-for-agencies-2026.astro and what-is-a-recruitment-platform-ats-vs-crm-2026.astro both use WhatIsARecruitmentPlatform2026Islandsourcewhale-vs-boilr.astro and boilr-vs-sourcewhale.astro both use BoilrVsSourceWhaleForRecruitersIslandEach static blog article is an Astro page that:
BaseLayout for navigation, footer, and SEO meta tagsclient:load for full interactivity (TOC, FAQ accordion, share buttons)