dependabot[bot]
2025-12-02 368203cf8537b0eb87bc7e47adb7b11a948eafe0
quartz/cfg.ts
@@ -47,6 +47,14 @@
      host: string
      siteId: string
    }
  | {
      provider: "vercel"
    }
  | {
      provider: "rybbit"
      siteId: string
      host?: string
    }
export interface GlobalConfiguration {
  pageTitle: string