Skip to content

Commit

Permalink
chore: Add tracker to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 5, 2024
1 parent f9a6eef commit a5608bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ const config: Config = {
additionalLanguages: ['json', 'json5', 'bash'],
},
} satisfies Preset.ThemeConfig,

scripts: [
{
defer: true,
'data-domain': 'streetsidesoftware.com',
src: 'https://plausible.io/js/script.js',
},
],
};

export default config;

0 comments on commit a5608bd

Please sign in to comment.