Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Oct 18, 2024
1 parent f8bad34 commit 80a3919
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ const convex = new ConvexReactClient(process.env.NEXT_PUBLIC_CONVEX_URL!);

export function Providers({ children }: { children: React.ReactNode }) {
return (
<PlausibleProvider
enabled={!!process.env.NEXT_PUBLIC_ENABLE_PLAUSIBLE}
domain="survive-the-night-sim-production.up.railway.app"
>
<PlausibleProvider domain="survive-the-night-sim-production.up.railway.app">
<ThemeProvider attribute="class">
<ConvexAuthNextjsProvider client={convex}>
{children}
Expand Down

0 comments on commit 80a3919

Please sign in to comment.