From 5c2476be1c29563b6dd06c15fb9206d2ca50efae Mon Sep 17 00:00:00 2001 From: Kilian Kluge <32523967+ionicsolutions@users.noreply.github.com> Date: Tue, 07 Feb 2023 23:44:47 +0000 Subject: [PATCH] Add outbound links and file downloads tracking for plausible.io (#774) --- exampleSite/config.toml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 27c99b9..230b296 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -55,6 +55,8 @@ # [params.plausibleAnalytics] # domain = "example.com" # serverURL = "analytics.example.com" # Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain +# outboundLinksTracking = true +# fileDownloadsTracking = true # If you want to use goatcounter(https://goatcounter.com) for analytics, add this section # [params.goatCounter] -- Gitblit v1.10.0