Fixup additionalComponents within MDXProvider

This commit is contained in:
Kevin Pruett 2020-06-19 14:21:50 -04:00
parent 06df97b3cd
commit aaa9151151
No known key found for this signature in database
GPG key ID: 7E24696E93F2D9A0

View file

@ -8,7 +8,7 @@ import Placement from '../components/placement-table'
const MDXProvider = createMdxProvider({
product: 'nomad',
additionalComponents: [Placement],
additionalComponents: { Placement },
})
function DocsLayoutWrapper(pageMeta) {