dependabot[bot]
2024-05-20 a655cec9f690bb045e81172b6cee532d9303ba02
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