Test force dynamic

This commit is contained in:
Henrik Larsson 2023-08-15 11:04:29 +02:00
parent fc867c35b5
commit f2b0f289a1

View File

@ -11,6 +11,8 @@ import type { Metadata } from 'next';
import { draftMode } from 'next/headers'; import { draftMode } from 'next/headers';
import { notFound } from 'next/navigation'; import { notFound } from 'next/navigation';
export const dynamic = 'force-dynamic';
export async function generateMetadata({ export async function generateMetadata({
params params
}: { }: {