We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9a846 commit 09d5c4cCopy full SHA for 09d5c4c
src/app/page.js
@@ -5,7 +5,7 @@ import HomePage from "./HomePage";
5
6
const inter = Inter({ subsets: ["latin"] });
7
8
-export const revalidate = 3600;
+export const revalidate = 0;
9
10
export default async function Home({ searchParams }) {
11
// return JSON.stringify(searchParams);
0 commit comments