mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
compare plausible vs umami
This commit is contained in:
parent
5984afd68b
commit
e9c35c33b8
1 changed files with 4 additions and 3 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue