Skip to content

Commit

Permalink
feat: add jitsu
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet authored Nov 30, 2024
1 parent a359544 commit 8ff0f3a
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"
/>
</>
);
}

0 comments on commit 8ff0f3a

Please sign in to comment.