From 73a5ec87f135b72e8f99c0e08ca867b03803c5cd Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 29 May 2024 20:04:58 +0000
Subject: [PATCH] docs: fix link to path tests (closes #1163)
---
quartz/cfg.ts | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/quartz/cfg.ts b/quartz/cfg.ts
index a477db0..13fb516 100644
--- a/quartz/cfg.ts
+++ b/quartz/cfg.ts
@@ -19,6 +19,21 @@
websiteId: string
host?: string
}
+ | {
+ provider: "goatcounter"
+ websiteId: string
+ host?: string
+ scriptSrc?: string
+ }
+ | {
+ provider: "posthog"
+ apiKey: string
+ host?: string
+ }
+ | {
+ provider: "tinylytics"
+ siteId: string
+ }
export interface GlobalConfiguration {
pageTitle: string
--
Gitblit v1.10.0