Skip to content

Commit 2770253

Browse files
committed
update
1 parent 6b3517c commit 2770253

File tree

1 file changed

+0
-4
lines changed
  • src/app/(frontend)/[locale]/posts/[slug]

1 file changed

+0
-4
lines changed

src/app/(frontend)/[locale]/posts/[slug]/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ type Args = {
2323
}>
2424
}
2525

26-
export const dynamic = 'force-dynamic'
27-
export const dynamicParams = true
28-
export const revalidate = 60
29-
3026
export default async function Post({ params: paramsPromise }: Args) {
3127
const { isEnabled: draft } = await draftMode()
3228
const { slug = '' } = await paramsPromise

0 commit comments

Comments
 (0)