Blog Pages

Astro pages for the blog section of boilr.ai.

Structure

Duplicate URL Pages

Some articles are served at two different URLs using the same island component:

Architecture

Each static blog article is an Astro page that:

  1. Imports BaseLayout for navigation, footer, and SEO meta tags
  2. Imports the corresponding React island component
  3. Passes SEO title and description as layout props
  4. Renders the island with client:load for full interactivity (TOC, FAQ accordion, share buttons)