disable trpc ssr

This commit is contained in:
MarconLP 2023-08-12 19:41:45 +02:00
parent 74d73b89c6
commit 0e8dd90478
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -50,7 +50,7 @@ export const api = createTRPCNext<AppRouter>({
*
* @see https://trpc.io/docs/nextjs#ssr-boolean-default-false
*/
ssr: true,
ssr: false,
});
/**