From 7f1362eb1485ce64f2e835b73749083c6aca15c6 Mon Sep 17 00:00:00 2001 From: Master Date: Sat, 31 Aug 2024 23:33:39 +0200 Subject: [PATCH] feat: Matomo analytics support --- quartz/cfg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/cfg.ts b/quartz/cfg.ts index 7bd582866..b4f24be2d 100644 --- a/quartz/cfg.ts +++ b/quartz/cfg.ts @@ -42,7 +42,7 @@ export type Analytics = provider: "matomo" host: string siteId: string - } + } export interface GlobalConfiguration { pageTitle: string