From 8010093df7feac0f5001adcbee6f44263bf23033 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 12 Apr 2024 06:30:21 +0000
Subject: [PATCH] chore(deps-dev): bump @types/node from 20.11.29 to 20.12.5 (#1074)

---
 quartz/cfg.ts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/quartz/cfg.ts b/quartz/cfg.ts
index 2e32b1f..09905e9 100644
--- a/quartz/cfg.ts
+++ b/quartz/cfg.ts
@@ -25,6 +25,11 @@
       host?: string
       scriptSrc?: string
     }
+  | {
+      provider: "posthog"
+      apiKey: string
+      host?: string
+    }
 
 export interface GlobalConfiguration {
   pageTitle: string

--
Gitblit v1.10.0