Striven
22 hours ago c538c151c7462ad0395ff2c15c5e11e89e362aa8
quartz/cfg.ts
@@ -47,6 +47,14 @@
      host: string
      siteId: string
    }
  | {
      provider: "vercel"
    }
  | {
      provider: "rybbit"
      siteId: string
      host?: string
    }
export interface GlobalConfiguration {
  pageTitle: string