From b4c49f7d240293dcc43dc073d9aedd088b83252b Mon Sep 17 00:00:00 2001 From: ulyxie Date: Thu, 13 Feb 2025 13:38:59 +0100 Subject: [PATCH] changed plausible url --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 9fad56c..ea0f51f 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -13,7 +13,7 @@ const config: QuartzConfig = { enablePopovers: true, analytics: { provider: "plausible", - host: "plausible.nexae.net", + host: "plausible.derg.cz", }, locale: "en-US", baseUrl: "derg.cz",