Skip to content

Commit

Permalink
fix edge
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Sep 18, 2024
1 parent b18e6b6 commit a19ea5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import en from "../../messages/en.json";
import { PHProvider } from "./_components/Providers";
import { api } from "~/trpc/server";

export const runtime = "edge";

const PostHogPageView = dynamic(() => import("./_components/PostHogPageView"), {
ssr: false,
});
Expand Down

0 comments on commit a19ea5f

Please sign in to comment.