Skip to content

Commit

Permalink
Apply clarity for heatmap and sesson recordings #192 (#194)
Browse files Browse the repository at this point in the history
Resolve #192
  • Loading branch information
hyukkwonepic authored Jul 3, 2024
1 parent caa0d13 commit a4c1dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "14.2.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Page = ({ searchParams }: Props) => {
return (
<>
{process.env.NODE_ENV === "production" && !noTracking && (
<Script>
<Script id="clarity">
{`
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
Expand Down

0 comments on commit a4c1dab

Please sign in to comment.