dependabot[bot]
2024-04-12 4d73b8289d16fde3271e748b84fd7f90a56a8899
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