Skip to content

Commit

Permalink
[website] add website analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Nov 19, 2024
1 parent f8ecf81 commit 24b712c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,16 @@ const config = {
{ property: 'og:image', content: 'https://hal9.com/images/hal9-social-preview.png?1' },
]
}),
scripts: [
{
src: 'https://www.googletagmanager.com/gtag/js?id=UA-188412659-2',
async: true,
},
{
src: 'https://tools.luckyorange.com/core/lo.js?site-id=f19acd01',
async: true,
},
],
};

export default config;

0 comments on commit 24b712c

Please sign in to comment.