kwyuan
2024-04-09 1f032f538b4ce9f477b92be2da68d50606802c6d
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