Jacky Zhao
2024-05-29 520acbbf6fe3ef43e9b2b662bfb21e0f9c3bb982
quartz/cfg.ts
@@ -19,6 +19,21 @@
      websiteId: string
      host?: string
    }
  | {
      provider: "goatcounter"
      websiteId: string
      host?: string
      scriptSrc?: string
    }
  | {
      provider: "posthog"
      apiKey: string
      host?: string
    }
  | {
      provider: "tinylytics"
      siteId: string
    }
export interface GlobalConfiguration {
  pageTitle: string