feat(docs): remove matomo in favour of plausible

This commit is contained in:
Karol Sójko
2022-08-17 13:04:57 +02:00
parent da06f293e0
commit 6d7bcd7a8d
3 changed files with 2 additions and 14 deletions

View File

@@ -156,8 +156,8 @@ module.exports = {
],
scripts: [
{
src: `/matomo.js`,
async: true,
src: 'https://plausible.standardnotes.com/js/plausible.js',
"data-domain": 'docs.standardnotes.com',
defer: true,
},
],