enable trpc ssr

This commit is contained in:
MarconLP 2023-08-12 10:58:24 +02:00
parent e3a231bba5
commit 24389ee0a7
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 * @see https://trpc.io/docs/nextjs#ssr-boolean-default-false
*/ */
ssr: false, ssr: true,
}); });
/** /**