Skip to content

Commit 81b945a

Browse files
committed
remove option tests
1 parent 49b8659 commit 81b945a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/next-js-app-dir-mdx/next.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ const nextConfig = (/*phase*/) => {
1313
},
1414
navAttributes: {
1515
'aria-label': 'table of contents'
16-
},
17-
minDepth: 2,
18-
maxDepth: 4,
16+
}
1917
}]],
2018
rehypePlugins: [],
2119
},

0 commit comments

Comments
 (0)