Skip to content

Commit 0e8dd90

Browse files
committed
disable trpc ssr
1 parent 74d73b8 commit 0e8dd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const api = createTRPCNext<AppRouter>({
5050
*
5151
* @see https://trpc.io/docs/nextjs#ssr-boolean-default-false
5252
*/
53-
ssr: true,
53+
ssr: false,
5454
});
5555

5656
/**

0 commit comments

Comments
 (0)