We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a3d48 commit 717c834Copy full SHA for 717c834
1 file changed
docs/.vitepress/config.mjs
@@ -84,17 +84,13 @@ export default defineConfig({
84
[
85
'script',
86
{
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',
+ src: 'https://a.eindex.me/api/script.js',
+ 'data-site-id': '1',
+ 'data-tracking-errors': 'true',
90
+ 'data-session-replay': 'true',
91
+ defer: true
92
},
93
],
- [
- 'script',
94
- {
95
- },
96
- `window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }`
97
- ],
98
99
100
0 commit comments