dependabot[bot]
2024-05-29 3e0e06ff8ac0926b44a5b86e8ded5c2d89a630b3
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