Dev Log
Add CountyStatsBlock to all 6 county hub pages
What was done
- Added
import CountyStatsBlock from "../../../components/CountyStatsBlock.astro";to the frontmatter of all 6 county hub pages - Placed
<CountyStatsBlock countySlug="..." />between the closing/>of PageHero and the opening<section class="section">(city grid) on each page - County slugs used:
ada-county,canyon-county,owyhee-county,elmore-county,blaine-county,boise-county
Why
User requested adding the CountyStatsBlock component to every county hub page to display county-level statistics.
Files affected
src/pages/service-areas/ada-county/index.astro(modified)src/pages/service-areas/canyon-county/index.astro(modified)src/pages/service-areas/owyhee-county/index.astro(modified)src/pages/service-areas/elmore-county/index.astro(modified)src/pages/service-areas/blaine-county/index.astro(modified)src/pages/service-areas/boise-county/index.astro(modified)