We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f4c33 commit fa41968Copy full SHA for fa41968
app/posts/page.tsx
@@ -28,8 +28,8 @@ export const metadata: Metadata = {
28
description: "Browse all our blog posts",
29
};
30
31
-export const dynamic = "force-dynamic";
32
-export const revalidate = 0;
+export const dynamic = "auto";
+export const revalidate = 600;
33
34
export default async function Page({
35
searchParams,
0 commit comments