Template

Site Config

export type SiteConfig = { name: string; projectId: string; url: string; title: string; description: string; eyebrow: string; headline: string; lede: string; primary: { label: string; href: string }; secondary?: { label: string; href: string }; artifact: { label: string; title: s

Source on GitHub

template:web-landing/src/site.config
templates/web-landing/src/site.config.ts

Back to the capability register →