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