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