From 6f123d602600dd39af2df19bbc104cc0a4fd5f37 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Sat, 10 Jun 2023 01:51:11 +0530 Subject: [PATCH] Add analytics comment. --- src/lib/util/stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util/stats.ts b/src/lib/util/stats.ts index 688b35ed..bdb0263c 100644 --- a/src/lib/util/stats.ts +++ b/src/lib/util/stats.ts @@ -15,7 +15,7 @@ export const initAnalytics = async (): Promise => { plausible({ domain: 'mermaid.live', hashMode: false, - trackLocalhost: false, // By default 'false' + // All tracked stats are public and available at https://p.mermaid.live/mermaid.live apiHost: 'https://p.mermaid.live' }) ]