single blog view added

This commit was merged in pull request #10.
This commit is contained in:
victorAnumudu
2025-01-28 19:08:45 +01:00
parent 9aba07763a
commit 298c4a9e8c
4 changed files with 167 additions and 3 deletions
@@ -8,7 +8,7 @@ function QueryClientContext({children}) {
refetchOnWindowFocus: false,
retry: 3,
// refetchOnMount: false,
staleTime: 60000,
staleTime: Infinity,
},
},
})