enable auto track

This commit is contained in:
Russell2259
2024-01-23 20:53:15 -07:00
parent 60acc106be
commit 856eb9a50e
-1
View File
@@ -19,7 +19,6 @@ export default () => new Promise(async (resolve, reject) => {
const script = document.createElement('script');
script.src = '/api/analytics/script.js';
script.setAttribute('data-website-id', analyticsData.data.id);
script.setAttribute('data-auto-track', 'false');
script.setAttribute('data-host-url', location.origin + '/api/analytics');
script.setAttribute('data-cache', 'true');
document.head.appendChild(script);