mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-08 01:10:03 +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",
|
pageTitle: "Zen Browser Docs",
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: {
|
analytics: [
|
||||||
provider: "plausible",
|
{ provider: "plausible",},
|
||||||
},
|
{ provider: 'umami', host: 'https://umami-production-5b46.up.railway.app/script.js', websiteId: 'd3957890-d2d5-43fa-9816-0aa259d92353'},
|
||||||
|
],
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "docs.zen-browser.app",
|
baseUrl: "docs.zen-browser.app",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue