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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user