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 344ba21 commit 283a014Copy full SHA for 283a014
docs/theme.config.jsx
@@ -6,10 +6,16 @@ export default {
6
link: 'https://github.com/duyet/clickhouse-monitoring',
7
},
8
head: (
9
- <Script
10
- async
11
- src="https://cdn.seline.so/seline.js"
12
- data-token="05046b3773d0534"
13
- />
+ <>
+ <Script
+ async
+ src="https://cdn.seline.so/seline.js"
+ data-token="05046b3773d0534"
14
+ />
15
16
17
+ src="https://cm43x9afh00003b61bdnjgdkj.d.jitsu.com/p.js"
18
19
+ </>
20
),
21
}
0 commit comments