From 5b267e90690089c8ea533af69e78dad08db102a0 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 17 Oct 2024 20:55:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=81=D0=BB=D1=8D=D1=88=20=D0=B2=20=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D1=86=D0=B5=20=D1=80=D0=BE=D1=83=D1=82=D0=B0=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8=20=D0=B8=20=D0=BF=D1=80=D0=B5=D0=B4=D0=BE?= =?UTF-8?q?=D1=82=D0=B2=D1=80=D0=B0=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_sample.yaml b/config_sample.yaml index 198b002..155f301 100644 --- a/config_sample.yaml +++ b/config_sample.yaml @@ -17,7 +17,7 @@ server: print: true # Enable or disable logging [Boolean] level: 'info' # Log level (Fatal/Error/Warn/Log/Debug) [String] analytics: - plausible_api: 'https://plausible.io/api/event' + plausible_api: 'https://plausible.io/api/event/' plausible_domain: 'PLAUSIBLE_DOMAIN' plausible_token: 'PLAUSIBLE_TOKEN' work: true