Lucas-BRT
2024-04-17 6a019dae13c8800c36c763f31f716f0aeff7972e
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