feat: move to Plausible self-hosted
This commit is contained in:
parent
38cbca1b34
commit
037f54b41a
@ -76,7 +76,7 @@ module.exports = {
|
|||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
'@vuepress/plugin-back-to-top',
|
'@vuepress/plugin-back-to-top',
|
||||||
"plausible-analytics",
|
["plausible-analytics", { domain: 'plausible.pluralkit.me' }],
|
||||||
["vuepress-plugin-clean-urls", { normalSuffix: "/" }],
|
["vuepress-plugin-clean-urls", { normalSuffix: "/" }],
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@ -33,7 +33,7 @@ The bot is [open-source](https://github.com/xSke/PluralKit). While I can't *prov
|
|||||||
|
|
||||||
## Website
|
## 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user