enable trpc ssr
This commit is contained in:
parent
e3a231bba5
commit
24389ee0a7
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
|
* @see https://trpc.io/docs/nextjs#ssr-boolean-default-false
|
||||||
*/
|
*/
|
||||||
ssr: false,
|
ssr: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue