compare plausible vs umami

This commit is contained in:
NOCanoa 2024-09-05 18:44:00 +01:00 committed by GitHub
parent 5984afd68b
commit e9c35c33b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,9 +11,10 @@ const config: QuartzConfig = {
pageTitle: "Zen Browser Docs",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
analytics: [
{ provider: "plausible",},
{ provider: 'umami', host: 'https://umami-production-5b46.up.railway.app/script.js', websiteId: 'd3957890-d2d5-43fa-9816-0aa259d92353'},
],
locale: "en-US",
baseUrl: "docs.zen-browser.app",
ignorePatterns: ["private", "templates", ".obsidian"],