feat: move to Plausible self-hosted

This commit is contained in:
spiral 2021-11-04 21:45:54 -04:00
parent 38cbca1b34
commit 037f54b41a
No known key found for this signature in database
GPG key ID: A6059F0CA0E1BD31
2 changed files with 2 additions and 2 deletions

View file

@ -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: "/" }],
],
}