Skip to content

Commit

Permalink
Add Hotjar Script
Browse files Browse the repository at this point in the history
  • Loading branch information
hhff committed Jan 19, 2024
1 parent 4dddecf commit 84e4bba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ function MyApp({ Component, pageProps }) {
gtag('js', new Date());
gtag('config', 'UA-88778470-4');`}
</Script>
<Script id="hotjar">
{`(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3833190,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');`}
</Script>

{router.query && router.query.note && (
<p className="Note p1">
Expand Down

2 comments on commit 84e4bba

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for sanctu-dot-com ready!

✅ Preview
https://sanctu-dot-u0vxv5yd3-sanctucompu.vercel.app

Built with commit 84e4bba.
This pull request is being automatically deployed with vercel-action

@vercel
Copy link

@vercel vercel bot commented on 84e4bba Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.