Skip to content

Commit 8a3c40a

Browse files
committed
Update docusaurus.config.ts
1 parent 9501e64 commit 8a3c40a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/docusaurus.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ const config: Config = {
3939
},
4040
],
4141

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+
4251
// GitHub pages deployment config.
4352
// If you aren't using GitHub pages, you don't need these.
4453
organizationName: 'ofriw', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)