Update quartz.config.ts

This commit is contained in:
NOCanoa 2024-09-06 01:39:45 +01:00 committed by GitHub
parent 1ed7b2736e
commit c9d587a175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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