Skip to content

Commit

Permalink
Added stats script
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew <mnickson@sidingsmedia.com>
  • Loading branch information
Computroniks committed May 3, 2024
1 parent 0def481 commit 4f6ee24
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@ const config = {
],

themes: ["docusaurus-theme-openapi-docs"],
scripts: [
{
src: "https://cdn.sidingsmedia.com/js/stats.js",
defer: true,
"data-domain": "docs.sidingsmedia.com",
"data-api": "https://api.sidingsmedia.com/stats/event",
},
],
};

module.exports = config;

0 comments on commit 4f6ee24

Please sign in to comment.