Alex Nordstrom
2024-05-29 9ff4626d25aa28891e92d533f6513a43e3374e13
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