Skip to content

Commit 73d7e49

Browse files
docs: Fix tanstack.com links (#5397)
1 parent 1b43958 commit 73d7e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/trpc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const trpc = createTRPCNext<AppRouter, SSRContext>({
8888
}),
8989
],
9090
/**
91-
* @link https://tanstack.com/query/v5/docs/react/reference/QueryClient
91+
* @link https://tanstack.com/query/v5/docs/reference/QueryClient
9292
*/
9393
// queryClientConfig: { defaultOptions: { queries: { staleTime: 60 } } },
9494
};

0 commit comments

Comments
 (0)