We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25540c8 commit 2450a67Copy full SHA for 2450a67
app/(edit)/docs/[slug]/edit/page.tsx
@@ -13,6 +13,6 @@ export default async function DocEditPage({
13
if (!page) {
14
notFound();
15
}
16
- console.log({slug});
+
17
return <DocEditor page={page} />
18
app/docs/[slug]/page.tsx
@@ -13,8 +13,6 @@ export async function generateMetadata(
): Promise<Metadata> {
const slug = (await params).slug
-
19
const page = getDocPageForSlug(slug);
20
0 commit comments