feat(all): add hotjar

This commit is contained in:
Anton Jacobsson
2021-09-22 22:10:14 +02:00
parent a71c4ca330
commit 0424045f55
6 changed files with 42 additions and 0 deletions

View File

@@ -86,6 +86,10 @@ module.exports = {
// GA3 tracking id/GA4 tag id UA-XXXXXXXXX-X | G-XXXXXXXXXX
id: 'G-WLLB5E14M6' // Please remove this and use your own tag id
},
hotjar: {
id: 1234567, // Please remove this and use your own id
snippetVersion : 6 // hotjar snippet version, defaults to 6
},
themeConfig: {
default: 'light',