Update plausible

This commit is contained in:
Sidharth Vinod
2023-06-09 18:42:30 +05:30
parent bb98ba3456
commit 7db475acb2
+1 -1
View File
@@ -16,7 +16,7 @@ export const initAnalytics = async (): Promise<void> => {
domain: 'mermaid.live',
hashMode: false,
trackLocalhost: false, // By default 'false'
apiHost: 'https://plausible.io'
apiHost: 'https://p.mermaid.live'
})
]
});