Skip to content

Commit 09d5c4c

Browse files
committed
updated revalidation time
1 parent 4e9a846 commit 09d5c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import HomePage from "./HomePage";
55

66
const inter = Inter({ subsets: ["latin"] });
77

8-
export const revalidate = 3600;
8+
export const revalidate = 0;
99

1010
export default async function Home({ searchParams }) {
1111
// return JSON.stringify(searchParams);

0 commit comments

Comments
 (0)