mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-25 06:46:23 +02:00
⚡️ Remove getServerSideProps on invite page + handle 404
This commit is contained in:
parent
5bbc7248bf
commit
cd05d7ab88
6 changed files with 76 additions and 54 deletions
|
@ -20,6 +20,7 @@ export const trpc = createTRPCNext<AppRouter>({
|
|||
queryClientConfig: {
|
||||
defaultOptions: {
|
||||
queries: {
|
||||
retry: false,
|
||||
networkMode: "always",
|
||||
cacheTime: Infinity,
|
||||
staleTime: 1000 * 60,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue