Skip to content

Commit 717c834

Browse files
committed
fix(docs): update script configuration for tracking and analytics
1 parent 75a3d48 commit 717c834

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,13 @@ export default defineConfig({
8484
[
8585
'script',
8686
{
87-
'data-domain': 'logseq-copilot.eindex.me',
88-
src: 'https://t.eindex.me/js/script.file-downloads.hash.outbound-links.pageview-props.revenue.tagged-events.js',
89-
defer: 'true',
87+
src: 'https://a.eindex.me/api/script.js',
88+
'data-site-id': '1',
89+
'data-tracking-errors': 'true',
90+
'data-session-replay': 'true',
91+
defer: true
9092
},
9193
],
92-
[
93-
'script',
94-
{
95-
},
96-
`window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }`
97-
],
9894
[
9995
'script',
10096
{

0 commit comments

Comments
 (0)