Skip to content
HomePagesHomePages template kit

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.

export interface SiteConfig {
siteId: string;
siteSecret: string;
ingestBase: string;
}