We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb937f commit 5467b49Copy full SHA for 5467b49
app/cookbook/page.tsx
@@ -53,7 +53,6 @@ function RecipeCard({
53
54
export async function generateMetadata(): Promise<Metadata> {
55
const routeMetadata = getRouteMetadata("/cookbook");
56
- console.log({ routeMetadata });
57
return createMetadata(routeMetadata);
58
}
59
0 commit comments