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