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 eb2d21a commit 07e779dCopy full SHA for 07e779d
docusaurus.config.js
@@ -37,6 +37,14 @@ const config = {
37
onBrokenLinks: 'throw',
38
onBrokenMarkdownLinks: 'warn',
39
40
+ // Add the Simple Analytics script here
41
+ scripts: [
42
+ {
43
+ src: 'https://scripts.simpleanalyticscdn.com/latest.js',
44
+ async: true,
45
+ },
46
+ ],
47
+
48
// Even if you don't use internationalization, you can use this field to set
49
// useful metadata like html lang. For example, if your site is Chinese, you
50
// may want to replace "en" with "zh-Hans".
0 commit comments