mirror of
https://github.com/dathere/de-intern-guide.git
synced 2025-12-19 08:39:25 +00:00
feat: add analytics
This commit is contained in:
parent
da88b1d878
commit
c22c286267
1 changed files with 11 additions and 0 deletions
|
|
@ -117,6 +117,17 @@ const config = {
|
||||||
darkTheme: darkCodeTheme,
|
darkTheme: darkCodeTheme,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
scripts: [
|
||||||
|
{
|
||||||
|
src: "https://mk-analytics.dathere.com/api/script.js",
|
||||||
|
async: true,
|
||||||
|
defer: true,
|
||||||
|
"data-site-id": "6",
|
||||||
|
"data-session-replay": true,
|
||||||
|
"data-track-errors": true,
|
||||||
|
"data-web-vitals": true,
|
||||||
|
}
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue