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

@@ -238,6 +238,19 @@ Besides tracking visitors, ezFolio will track click events on projects and blog
<br/>
![Event](https://www.arifszn.com/assets/img/hosted/ezprofile/event.png)
### Hotjar
ezProfile supports hotjar. If you do not want to use Hotjar, comment out the id property.
```js
// config.js
module.exports = {
// ...
hotjar: {
//id:
},
}
```
### Meta Tags