SiteConfig
The per-site config a published page embeds, read back by {@link readSiteConfig}.
The per-site config a published page embeds, read back by {@link readSiteConfig}.
Import from @homepages/template-kit/browser.
Signature
Section titled “Signature”export interface SiteConfig { siteId: string; siteSecret: string; ingestBase: string;}