From 6a019dae13c8800c36c763f31f716f0aeff7972e Mon Sep 17 00:00:00 2001
From: Lucas-BRT <93885104+Lucas-BRT@users.noreply.github.com>
Date: Wed, 17 Apr 2024 01:02:59 +0000
Subject: [PATCH] fix: unnecessery 'm' letter removed in pt-BR (#1100)
---
quartz/cfg.ts | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/quartz/cfg.ts b/quartz/cfg.ts
index a477db0..09905e9 100644
--- a/quartz/cfg.ts
+++ b/quartz/cfg.ts
@@ -19,6 +19,17 @@
websiteId: string
host?: string
}
+ | {
+ provider: "goatcounter"
+ websiteId: string
+ host?: string
+ scriptSrc?: string
+ }
+ | {
+ provider: "posthog"
+ apiKey: string
+ host?: string
+ }
export interface GlobalConfiguration {
pageTitle: string
--
Gitblit v1.10.0