feat: move to Plausible self-hosted

This commit is contained in:
spiral
2021-11-04 21:45:54 -04:00
parent 38cbca1b34
commit 037f54b41a
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: "/" }],
],
}