Skip to content

Commit

Permalink
fix analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladam316 committed Mar 5, 2024
1 parent 0cd5359 commit 802a9ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const config: QuartzConfig = {
enableSPA: true,
enablePopovers: true,
analytics: {
provider: 'umami', host: 'https://analytics.us.umami.is/script.js', websiteId: '86c3d7c8-f0b9-463d-aa0c-01825568f186'
provider: "umami",
websiteId: "86c3d7c8-f0b9-463d-aa0c-01825568f186",
//host: "https://analytics.us.umami.is/script.js",
},
locale: "en-US",
baseUrl: "adampaul.space",
Expand Down

0 comments on commit 802a9ce

Please sign in to comment.