diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b398e6e..2008f39 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -24,6 +24,13 @@ const config: Config = { onBrokenLinks: "throw", onBrokenMarkdownLinks: "throw", + scripts: [ + { + src: 'https://cdn.voidanalytics.com/latest.min.js', + async: false, + } + ], + // Even if you don't use internationalization, you can use this field to set // useful metadata like html lang. For example, if your site is Chinese, you // may want to replace "en" with "zh-Hans".