PortableText blocks in EmDash require a _key field. Added
to widgetAreas, sections, and all content entries.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Image fields in EmDash seed content use { url, alt } format directly,
not {$media: { url, alt, filename } }
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add homepage singleton collection with 30+ editable fields
- Update index.astro to fetch from getEmDashEntry("homepage", "homepage-main")
- Update Base.astro footer tagline/copyright from EmDash
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixed index.astro: escaped curly braces in code display block
to prevent Astro parser misinterpreting them as expressions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>