your commit
This commit is contained in:
parent
28f150f937
commit
1c80bd8874
1 changed files with 2 additions and 3 deletions
|
|
@ -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`,
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue