mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 01:14:22 +02:00
add umami analytics integration
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const isAnalyticsDisabled = () => {
|
||||
return localStorage.getItem('umami.disabled') === '1' || process.env.NODE_ENV === 'development';
|
||||
};
|
||||
Reference in New Issue
Block a user