chore: remove plausible analytics entirely

This commit is contained in:
spiral
2023-01-15 17:09:13 +00:00
parent bf3168460b
commit 8432f00996
5 changed files with 1 additions and 23 deletions

View File

@@ -76,7 +76,6 @@ module.exports = {
plugins: [
'@vuepress/plugin-back-to-top',
["plausible-analytics", { domain: 'plausible.pluralkit.me' }],
["vuepress-plugin-clean-urls", { normalSuffix: "/" }],
],
}