Skip to content

Commit 6b3517c

Browse files
committed
add force-dynamic in post page
1 parent 7a0be62 commit 6b3517c

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ type Args = {
2222
slug?: string
2323
}>
2424
}
25+
26+
export const dynamic = 'force-dynamic'
2527
export const dynamicParams = true
2628
export const revalidate = 60
2729

0 commit comments

Comments
 (0)