From 1c80bd8874af975146e749a0a8084831c291f7d6 Mon Sep 17 00:00:00 2001 From: Mackie Date: Fri, 22 May 2026 04:13:27 +0800 Subject: [PATCH] your commit --- src/app/(frontend)/posts/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/(frontend)/posts/page.tsx b/src/app/(frontend)/posts/page.tsx index 5cf1389..6563339 100644 --- a/src/app/(frontend)/posts/page.tsx +++ b/src/app/(frontend)/posts/page.tsx @@ -8,8 +8,7 @@ import { getPayload } from 'payload' import React from 'react' import PageClient from './page.client' -export const dynamic = 'force-static' -export const revalidate = 600 +export const dynamic = 'force-dynamic' export default async function Page() { const payload = await getPayload({ config: configPromise }) @@ -60,4 +59,4 @@ export function generateMetadata(): Metadata { return { title: `Payload Website Template Posts`, } -} +} \ No newline at end of file