Skip to content

Commit

Permalink
update domains
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Oct 18, 2024
1 parent 3bb676c commit 1efd2fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ const convex = new ConvexReactClient(process.env.NEXT_PUBLIC_CONVEX_URL!);

export function Providers({ children }: { children: React.ReactNode }) {
return (
<PlausibleProvider domain="survive-the-night-sim-production.up.railway.app">
<PlausibleProvider
selfHosted
customDomain="https://plausible-analytics-ce-production-e655.up.railway.app"
domain="survive-the-night-sim-production.up.railway.app"
>
<ThemeProvider attribute="class">
<ConvexAuthNextjsProvider client={convex}>
{children}
Expand Down

0 comments on commit 1efd2fd

Please sign in to comment.