dependabot[bot]
2024-04-28 a37c7775e771afff1adf4ebcaf3e04570a683b78
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