We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cf56f commit 92e7230Copy full SHA for 92e7230
src/app/blog/[slug]/page.tsx
@@ -4,6 +4,7 @@ import { getBlogBySlug } from "@/lib/api";
4
import BlogDetailClient from "./blog-detail-client";
5
6
export const dynamicParams = true;
7
+export const dynamic = "force-dynamic";
8
9
interface BlogPageProps {
10
params: Promise<{
0 commit comments