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' }) ]