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>
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
import { postType } from './postType';
|
|
import { homePageType } from './homePageType';
|
|
|
|
export const schemaTypes = [postType, homePageType];
|