Amir Pourmand
2025-09-17 7a77f54e50146b05bea62934f417016bbd81b794
quartz/cfg.ts
@@ -42,6 +42,14 @@
      provider: "clarity"
      projectId?: string
    }
  | {
      provider: "matomo"
      host: string
      siteId: string
    }
  | {
      provider: "vercel"
    }
export interface GlobalConfiguration {
  pageTitle: string