diff --git a/docs/.vuepress/head.ts b/docs/.vuepress/head.ts index a3cd6ec..23d3e0f 100644 --- a/docs/.vuepress/head.ts +++ b/docs/.vuepress/head.ts @@ -3,14 +3,18 @@ interface SimplifiedHeader { content: [any]; } -const matomoTrackingCode = ``; - const simplifiedHead = [ + { + tag: 'script', + content: [ + { + async: true, + src: 'https://umami.phundrak.com/script.js', + 'data-website-id': '67166941-8c83-4a19-bc8c-139e44b7f7aa', + 'data-do-not-track': 'true', + }, + ], + }, { tag: 'meta', content: [ @@ -136,6 +140,5 @@ head.push([ { rel: 'me', href: 'https://mastodon.phundrak.com/@phundrak' }, 'Mastodon', ]); -head.push(['script', {}, matomoTrackingCode]); export default head;