iacore
2024-04-19 e763e1969e9796d8f55110f32f645f4ff009968a
quartz/cfg.ts
@@ -19,6 +19,17 @@
      websiteId: string
      host?: string
    }
  | {
      provider: "goatcounter"
      websiteId: string
      host?: string
      scriptSrc?: string
    }
  | {
      provider: "posthog"
      apiKey: string
      host?: string
    }
export interface GlobalConfiguration {
  pageTitle: string