mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
Fix translate module
This commit is contained in:
parent
fbae29b0ff
commit
3033688d40
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
const siteConfig = require(CWD + "/siteConfig.js");
|
||||
const siteConfig = require(process.cwd() + "/siteConfig.js");
|
||||
|
||||
let language = "en";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue