Removed edge runtime from [...slug]/page.tsx

This commit is contained in:
Henrik Larsson 2023-08-15 10:10:41 +02:00
parent d623dd705e
commit 2e926ae209

View File

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