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 d035b63 commit eca9552Copy full SHA for eca9552
docusaurus.config.ts
@@ -20,6 +20,14 @@ const config: Config = {
20
21
onBrokenLinks: "throw",
22
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
+ ],
31
32
// Even if you don't use internationalization, you can use this field to set
33
// useful metadata like html lang. For example, if your site is Chinese, you
0 commit comments