fast navigate + cache
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-03 15:08:09 +03:30
parent b9608cd486
commit 194533ec5f
27 changed files with 218 additions and 194 deletions
@@ -9,6 +9,8 @@ export const useGetAbout = () => {
queryFn: () => api.getAbout(name),
enabled: !!name,
retry: false,
staleTime: 5 * 60_000,
refetchOnMount: false,
});
};