Skip to content

Commit

Permalink
feat: add jitsu (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet authored Nov 30, 2024
2 parents a359544 + 8ff0f3a commit a8e20e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/components/Analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ export default function AnalyticWrapper() {
posthog.init('${POSTHOG_API_KEY}',{api_host:'https://app.posthog.com'})
`}
</Script>

<Script
id="jitsu"
strategy="afterInteractive"
src="https://cm43x9afh00003b61bdnjgdkj.d.jitsu.com/p.js"
/>
</>
);
}

3 comments on commit a8e20e0

@vercel
Copy link

@vercel vercel bot commented on a8e20e0 Nov 30, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

insights – ./apps/insights

duyet-insights.vercel.app
insights-duyet-team.vercel.app
insights-git-master-duyet-team.vercel.app
insights.duyet.net

@vercel
Copy link

@vercel vercel bot commented on a8e20e0 Nov 30, 2024

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on a8e20e0 Nov 30, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

cv – ./apps/cv

cv-git-master-duyet-team.vercel.app
cv-duyet-team.vercel.app
duyet-cv.vercel.app
cv.duyet.net

Please sign in to comment.