Skip to content

Commit

Permalink
chore: pirsch analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
netpoe committed Jun 8, 2024
1 parent 081c12f commit 6e63db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/layouts/home-layout/HomeLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const HomeLayout: React.FC<ChatLayoutProps> = ({ children }) => {
return (
<>
{process.env.NEXT_PUBLIC_VERCEL_ENV === "production" && (
<Script defer src="https://api.pirsch.io/pa.js" id="pianjs" data-code="QUOVXtsuf3gMNfQ5MEqIlHGPmw5aeAt9" />
<Script defer src="https://api.pirsch.io/pa.js" id="pianjs" data-code="X8onK5mQgqhkgQzuKWUBs08SnTqpig5x" />
)}
<Head>
<meta property="og:locale" content={locale} />
Expand Down

0 comments on commit 6e63db0

Please sign in to comment.