Import

import PortableText from '../../components/utility/PortableText.astro';

Props

PropTypeRequiredDescription
content any[] Yes Sanity Portable Text array (from GROQ body field)
class string No Additional CSS class for the wrapper div

Supported blocks

  • Paragraphs, h2, h3, h4 headings
  • Inline marks: strong, em, code
  • Images with optional captions (rendered via Sanity CDN at 800px WebP)
Page tokens