From f2b0f289a175e9b4efd841b50ca58db0fb824079 Mon Sep 17 00:00:00 2001 From: Henrik Larsson Date: Tue, 15 Aug 2023 11:04:29 +0200 Subject: [PATCH] Test force dynamic --- app/(site)/[locale]/[...slug]/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/(site)/[locale]/[...slug]/page.tsx b/app/(site)/[locale]/[...slug]/page.tsx index 4b2d276f6..b32c0d92f 100644 --- a/app/(site)/[locale]/[...slug]/page.tsx +++ b/app/(site)/[locale]/[...slug]/page.tsx @@ -11,6 +11,8 @@ import type { Metadata } from 'next'; import { draftMode } from 'next/headers'; import { notFound } from 'next/navigation'; +export const dynamic = 'force-dynamic'; + export async function generateMetadata({ params }: {