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 27118bb commit 6792571Copy full SHA for 6792571
app/[[...path]]/page.tsx
@@ -47,9 +47,9 @@ export const dynamic = 'force-static';
47
const mdxComponentsWithWrapper = mdxComponents(
48
{Include, PlatformContent},
49
({children, frontMatter, nextPage, previousPage}) => (
50
- <DocPage
51
- frontMatter={frontMatter}
52
- nextPage={nextPage}
+ <DocPage
+ frontMatter={frontMatter}
+ nextPage={nextPage}
53
previousPage={previousPage}
54
fullWidth={frontMatter.fullWidth}
55
>
0 commit comments