trying to get nextjs fast

This commit is contained in:
2024-09-09 12:15:31 -06:00
parent 88fd59606b
commit ef2e6da760
6 changed files with 30 additions and 30 deletions

View File

@@ -9,6 +9,7 @@ export function makeQueryClient() {
staleTime: 60_000,
refetchOnWindowFocus: false,
retry: 0,
refetchOnMount: false
},
},
});