mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Fixup additionalComponents within MDXProvider
This commit is contained in:
@@ -8,7 +8,7 @@ import Placement from '../components/placement-table'
|
||||
|
||||
const MDXProvider = createMdxProvider({
|
||||
product: 'nomad',
|
||||
additionalComponents: [Placement],
|
||||
additionalComponents: { Placement },
|
||||
})
|
||||
|
||||
function DocsLayoutWrapper(pageMeta) {
|
||||
|
||||
Reference in New Issue
Block a user