dependabot[bot]
2024-06-04 09038f160444a9dee2004a3fe6fc22d30114aefd
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