Add analytics comment.

This commit is contained in:
Sidharth Vinod
2023-06-10 01:51:11 +05:30
parent 78fec6411c
commit 6f123d6026
+1 -1
View File
@@ -15,7 +15,7 @@ export const initAnalytics = async (): Promise<void> => {
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'
})
]