We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3517c commit 2770253Copy full SHA for 2770253
src/app/(frontend)/[locale]/posts/[slug]/page.tsx
@@ -23,10 +23,6 @@ type Args = {
23
}>
24
}
25
26
-export const dynamic = 'force-dynamic'
27
-export const dynamicParams = true
28
-export const revalidate = 60
29
-
30
export default async function Post({ params: paramsPromise }: Args) {
31
const { isEnabled: draft } = await draftMode()
32
const { slug = '' } = await paramsPromise
0 commit comments