From ce30cbbc6fd3cc864f929b5c5accfd25b24b9ca1 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 25 Oct 2024 20:42:26 -0700 Subject: [PATCH] enable plausible --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index bda482f..05e4a16 100644 --- a/config.toml +++ b/config.toml @@ -226,6 +226,9 @@ allowed_domains = [ custom_subset = true [extra.analytics] +service = "plausible" +id = "www.softinio.com" +self_hosted_url = "https://analytics.softinio.net" # Specify which analytics service you want to use. # Supported options: ["goatcounter", "umami", "plausible"] # service = "goatcounter"