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 9501e64 commit 8a3c40aCopy full SHA for 8a3c40a
website/docusaurus.config.ts
@@ -39,6 +39,15 @@ const config: Config = {
39
},
40
],
41
42
+ // Analytics
43
+ scripts: [
44
+ {
45
+ src: 'https://cloud.umami.is/script.js',
46
+ defer: true,
47
+ 'data-website-id': 'a4797962-f344-4828-8278-8bf6dff239bb',
48
+ },
49
+ ],
50
+
51
// GitHub pages deployment config.
52
// If you aren't using GitHub pages, you don't need these.
53
organizationName: 'ofriw', // Usually your GitHub org/user name.
0 commit comments