Skip to content

Commit

Permalink
fix: analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Erickson committed Apr 20, 2024
1 parent a06ee96 commit 64303d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const config: QuartzConfig = {
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "unami",
provider: "umami",
host: "https://us.umami.is",
websiteId: "46428dd9-fb5c-43cc-8938-d8aa1e2cc347"
},
locale: "en-US",
Expand Down

0 comments on commit 64303d5

Please sign in to comment.