mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-24 20:00:22 +00:00
feat(all): add hotjar
This commit is contained in:
13
README.md
13
README.md
@@ -238,6 +238,19 @@ Besides tracking visitors, ezFolio will track click events on projects and blog
|
||||
<br/>
|
||||

|
||||
|
||||
### 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user