Skip to content

Commit

Permalink
Add hotjar
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvandenhout committed Feb 1, 2022
1 parent d7700f9 commit bf02b04
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ module.exports = {
matomoUrl: 'https://matomo.antonionardella.it/',
siteId: '6',
},
hotjar: {
applicationId: '2809821',
},
cards: [
{
title: 'Learn',
Expand Down Expand Up @@ -450,6 +453,7 @@ module.exports = {
},
],
'docusaurus-plugin-matomo',
'docusaurus-plugin-hotjar',
[
'@docusaurus/plugin-content-docs',
{
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"docusaurus-plugin-hotjar": "^0.0.2",
"docusaurus-plugin-matomo": "^0.0.3",
"file-loader": "^6.2.0",
"hast-util-is-element": "1.1.0",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6519,6 +6519,13 @@ __metadata:
languageName: node
linkType: hard

"docusaurus-plugin-hotjar@npm:^0.0.2":
version: 0.0.2
resolution: "docusaurus-plugin-hotjar@npm:0.0.2"
checksum: 9e1ab8ebca9b44426f4f4ad6650cb4908f07450c58458de45c495c0ce9843b1df3ea40a866369236c2f1b9d379af4c1dfe2b072451fbe92d10f124df9db896e3
languageName: node
linkType: hard

"docusaurus-plugin-matomo@npm:^0.0.3":
version: 0.0.3
resolution: "docusaurus-plugin-matomo@npm:0.0.3"
Expand Down Expand Up @@ -8915,6 +8922,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.9.1
"@typescript-eslint/parser": ^5.9.1
clsx: ^1.1.1
docusaurus-plugin-hotjar: ^0.0.2
docusaurus-plugin-matomo: ^0.0.3
eslint: ^8.6.0
eslint-config-prettier: ^8.3.0
Expand Down

0 comments on commit bf02b04

Please sign in to comment.