Skip to content

Commit

Permalink
try fixing plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ivashchuk committed Apr 4, 2024
1 parent 134d6ab commit 512dab4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ const Providers = ({ children }: { children: React.ReactNode }) => {
>
<TRPCReactProvider>
<SessionProvider>
<PlausibleProvider domain={env.NEXT_PUBLIC_DEPLOYMENT_URL}>
<PlausibleProvider
domain={env.NEXT_PUBLIC_DEPLOYMENT_URL.replace("https://", "")}
>
<PostHogProvider client={posthog}>
<TooltipProvider>
<Identification>{children}</Identification>
Expand Down

0 comments on commit 512dab4

Please sign in to comment.