Skip to content

Commit eca9552

Browse files
committed
analytics
1 parent d035b63 commit eca9552

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docusaurus.config.ts

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ const config: Config = {
2020

2121
onBrokenLinks: "throw",
2222
onBrokenMarkdownLinks: "warn",
23+
scripts: [
24+
{
25+
src: "https://data.docmost.com/js/plausible.js",
26+
async: true,
27+
defer: true,
28+
"data-domain": "docmost.com",
29+
},
30+
],
2331

2432
// Even if you don't use internationalization, you can use this field to set
2533
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)