disable trpc ssr
This commit is contained in:
parent
74d73b89c6
commit
0e8dd90478
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export const api = createTRPCNext<AppRouter>({
|
|||
*
|
||||
* @see https://trpc.io/docs/nextjs#ssr-boolean-default-false
|
||||
*/
|
||||
ssr: true,
|
||||
ssr: false,
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue