m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-18 01:43:41 -05:00

Remove unused components in docs, fix errors, improve docs workflow

This commit is contained in:
Sergio
2025-02-02 15:00:41 +02:00
parent ce3f8176f1
commit f1c8a45122
7 changed files with 5 additions and 53 deletions

View File

@@ -4,7 +4,7 @@ import { useMDXComponents } from "@/mdx-components";
export const generateStaticParams = generateStaticParamsFor("mdxPath");
interface Props {
params: { mdxPath: string[] };
params: Promise<{ mdxPath: string[] }>;
}
export async function generateMetadata(props: Props) {