Bartłomiej Garbiec
2024-05-20 a97e72f2192ebb07c221acd4bb39840d10ac2c49
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