Skip to content

Commit

Permalink
chore(docs): add google analytics (#545)
Browse files Browse the repository at this point in the history
Add google analytics to docs.

task: none
  • Loading branch information
kevinhalliday authored Mar 6, 2024
1 parent 2f764c9 commit 344eaab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const config: Config = {
theme: {
customCss: "./src/css/custom.css",
},
gtag: {
trackingID: 'G-P82Q1TL0SX',
},
} satisfies Preset.Options,
],
],
Expand Down

0 comments on commit 344eaab

Please sign in to comment.