Cache
This commit is contained in:
parent
40a9a63fba
commit
2d94e6e928
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,9 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
|
|||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
export const revalidate = 0;
|
||||
export const fetchCache = "force-no-store";
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
|
|
|
@ -9,6 +9,9 @@ export const metadata = {
|
|||
description: "Plan. Sprint. Repeat.",
|
||||
};
|
||||
|
||||
export const revalidate = 0;
|
||||
export const fetchCache = "force-no-store";
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
|
|
Loading…
Add table
Reference in a new issue