mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 21:03:47 +02:00
docs: minor fix in the sample config for ESM (#6340)
The line `return config;` was left by mistake I guess. The function is already returning the `config` object.
This commit is contained in:
parent
8b7ab21d38
commit
99dbf1a121
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ async function createConfig() {
|
||||||
],
|
],
|
||||||
// highlight-end
|
// highlight-end
|
||||||
};
|
};
|
||||||
return config;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = createConfig;
|
module.exports = createConfig;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue