rda-v3/studio/schemaTypes/index.ts
Calum Muir 87182583f8 Wire home page content into Sanity CMS with hardcoded fallbacks
Adds homePage singleton document type (hero headline/mission, video section,
CTA cards, sponsors). Home page fetches from Sanity when configured and
falls back to the existing hardcoded values when not.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 13:19:45 +00:00

4 lines
140 B
TypeScript

import { postType } from './postType';
import { homePageType } from './homePageType';
export const schemaTypes = [postType, homePageType];