Skip to content

Commit fa41968

Browse files
authored
update to use revalidation and dynamic on posts page
1 parent d1f4c33 commit fa41968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/posts/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export const metadata: Metadata = {
2828
description: "Browse all our blog posts",
2929
};
3030

31-
export const dynamic = "force-dynamic";
32-
export const revalidate = 0;
31+
export const dynamic = "auto";
32+
export const revalidate = 600;
3333

3434
export default async function Page({
3535
searchParams,

0 commit comments

Comments
 (0)