1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update lib/create-tree.js

Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
Sarah Schneider
2021-07-01 12:28:37 -04:00
committed by GitHub
parent 0333ea39fb
commit 083ba4e1eb

View File

@@ -20,7 +20,7 @@ module.exports = async function createTree (originalPath, langObj) {
// Initialize the Page! This is where the file reads happen.
const page = await Page.init({
basePath: basePath,
basePath,
relativePath,
languageCode: langObj.code
})