One-click backups for AT Protocol

f1

Turtlepaw 60524008 e58c2e96

Changed files
+5 -4
docs
app
[[...mdxPath]]
+5 -4
docs/app/[[...mdxPath]]/page.jsx
··· 1 1 import { generateStaticParamsFor, importPage } from "nextra/pages"; 2 - import { useMDXComponents as getMDXComponents } from "../../mdx-components"; 3 - 4 - export const generateStaticParams = generateStaticParamsFor("mdxPath"); 2 + import { useMDXComponents } from "../../mdx-components"; 5 3 6 4 export async function generateMetadata(props) { 7 5 const params = await props.params; ··· 9 7 return metadata; 10 8 } 11 9 12 - const Wrapper = getMDXComponents().wrapper; 10 + //export const runtime = "edge"; 11 + export const generateStaticParams = generateStaticParamsFor("mdxPath"); 12 + 13 + const Wrapper = useMDXComponents().wrapper; 13 14 14 15 export default async function Page(props) { 15 16 const params = await props.params;