Skip to content

Commit

Permalink
Merge pull request #168 from onflow/add_hotjar_analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Oct 23, 2024
2 parents 5fcd99d + 77814e6 commit 04501d7
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 257 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ const config = {
contextualSearch: true,
},
}),
scripts: [
{
src: '/hotjar.js',
async: true,
},
],
};

module.exports = config;
Loading

0 comments on commit 04501d7

Please sign in to comment.