dependabot[bot]
2024-01-28 7695df69e51d365506a8385107c5423fe3c9ff3b
quartz/cfg.ts
@@ -7,11 +7,16 @@
  | null
  | {
      provider: "plausible"
      host?: string
    }
  | {
      provider: "google"
      tagId: string
    }
  | {
      provider: "umami"
      websiteId: string
    }
export interface GlobalConfiguration {
  pageTitle: string