Callum Barker
2024-06-13 a12d76afdb51e0de3adf5fdaef63e5f20077ff97
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