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 34a97fa commit 4086a9dCopy full SHA for 4086a9d
src/components/nextra-mdx-wrapper.tsx
@@ -36,7 +36,6 @@ export function NextraMdxWrapper({
36
directories,
37
} = config.normalizePagesResult
38
39
- console.log(themeContext.toc)
40
if (themeContext.toc && typeof themeContext.toc === "object") {
41
toc = themeContext.toc
42
}
0 commit comments