MassiveJuice
2024-07-05 e20dee28508bba8420eb1fb01e43dc23aeaf27f4
quartz/cfg.ts
@@ -25,6 +25,19 @@
      host?: string
      scriptSrc?: string
    }
  | {
      provider: "posthog"
      apiKey: string
      host?: string
    }
  | {
      provider: "tinylytics"
      siteId: string
    }
  | {
      provider: "cabin"
      host?: string
    }
export interface GlobalConfiguration {
  pageTitle: string