dependabot[bot]
2024-05-13 67f3614f3d58d8c27e9dbf6ad2201493b1a627ca
quartz/cfg.ts
@@ -25,6 +25,15 @@
      host?: string
      scriptSrc?: string
    }
  | {
      provider: "posthog"
      apiKey: string
      host?: string
    }
  | {
      provider: "tinylytics"
      siteId: string
    }
export interface GlobalConfiguration {
  pageTitle: string