FishCat233
2025-10-16 52460f376f79cd4640b8ed8a1343acaf02bf90aa
quartz/cfg.ts
@@ -42,6 +42,14 @@
      provider: "clarity"
      projectId?: string
    }
  | {
      provider: "matomo"
      host: string
      siteId: string
    }
  | {
      provider: "vercel"
    }
export interface GlobalConfiguration {
  pageTitle: string