From 037f54b41ab5ee87154e773e22a5c424897c6344 Mon Sep 17 00:00:00 2001 From: spiral Date: Thu, 4 Nov 2021 21:45:54 -0400 Subject: [PATCH] feat: move to Plausible self-hosted --- docs/content/.vuepress/config.js | 2 +- docs/content/privacy-policy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/.vuepress/config.js b/docs/content/.vuepress/config.js index 8764b640..b08f097b 100644 --- a/docs/content/.vuepress/config.js +++ b/docs/content/.vuepress/config.js @@ -76,7 +76,7 @@ module.exports = { plugins: [ '@vuepress/plugin-back-to-top', - "plausible-analytics", + ["plausible-analytics", { domain: 'plausible.pluralkit.me' }], ["vuepress-plugin-clean-urls", { normalSuffix: "/" }], ], } diff --git a/docs/content/privacy-policy.md b/docs/content/privacy-policy.md index b382a3f1..42acaf67 100644 --- a/docs/content/privacy-policy.md +++ b/docs/content/privacy-policy.md @@ -33,7 +33,7 @@ The bot is [open-source](https://github.com/xSke/PluralKit). While I can't *prov ## Website -We use [Plausible](https://plausible.io) for website analytics. The analytics are publicly accessible at [https://plausible.io/pluralkit.me](https://plausible.io/pluralkit.me). +We use [Plausible](https://plausible.io) for website analytics. The analytics are publicly accessible at [https://plausible.pluralkit.me/pluralkit.me](https://plausible.pluralkit.me/pluralkit.me). In short, Plausible logs information related to *your current visit on this website*, not information *about you*. A full list of everything that Plausible logs can be found on their [data policy](https://plausible.io/data-policy) page.