Skip to content

Commit c22c286

Browse files
committed
feat: add analytics
1 parent da88b1d commit c22c286

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docusaurus.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@ const config = {
117117
darkTheme: darkCodeTheme,
118118
},
119119
}),
120+
scripts: [
121+
{
122+
src: "https://mk-analytics.dathere.com/api/script.js",
123+
async: true,
124+
defer: true,
125+
"data-site-id": "6",
126+
"data-session-replay": true,
127+
"data-track-errors": true,
128+
"data-web-vitals": true,
129+
}
130+
],
120131
};
121132

122133
module.exports = config;

0 commit comments

Comments
 (0)