Skip to content

Commit

Permalink
Add clarity analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed May 17, 2024
1 parent eeaedb4 commit 8a18f3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default function Nextra({ Component, pageProps }) {
dangerouslySetInnerHTML={{
__html: `
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "gqhymojzmp");
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "mdafwfogmt");
`,
}}
/>
Expand Down

0 comments on commit 8a18f3e

Please sign in to comment.