mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 11:07:07 +02:00
test: fix load test
This commit is contained in:
parent
15ce4a95e2
commit
0f28b6f311
9 changed files with 213 additions and 76 deletions
|
@ -7,8 +7,8 @@ async function genRoutesConfig({docsData = [], pagesData = []}) {
|
|||
{
|
||||
path: ${JSON.stringify(docsPath)},
|
||||
exact: true,
|
||||
component: () => (
|
||||
<Docs>
|
||||
component: (props) => (
|
||||
<Docs {...props}>
|
||||
<${componentName} />
|
||||
</Docs>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue