We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d73b8 commit 0e8dd90Copy full SHA for 0e8dd90
src/utils/api.ts
@@ -50,7 +50,7 @@ export const api = createTRPCNext<AppRouter>({
50
*
51
* @see https://trpc.io/docs/nextjs#ssr-boolean-default-false
52
*/
53
- ssr: true,
+ ssr: false,
54
});
55
56
/**
0 commit comments