️ Remove getServerSideProps on invite page + handle 404

This commit is contained in:
Luke Vella 2023-06-20 11:25:34 +01:00
parent 5bbc7248bf
commit cd05d7ab88
6 changed files with 76 additions and 54 deletions

View file

@ -20,6 +20,7 @@ export const trpc = createTRPCNext<AppRouter>({
queryClientConfig: {
defaultOptions: {
queries: {
retry: false,
networkMode: "always",
cacheTime: Infinity,
staleTime: 1000 * 60,