Skip to content

Commit

Permalink
sync: Updates from docusaurus-template
Browse files Browse the repository at this point in the history
  • Loading branch information
writedocs-integration committed Jan 21, 2025
1 parent 84ffdff commit 28c2b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion writedocs/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { execSync } = require("child_process");
const fs = require("fs");

try {
const config = JSON.parse(fs.readFileSync("../config.json", "utf8"));
const config = JSON.parse(fs.readFileSync("./config.json", "utf8"));

if (
config.apiFiles &&
Expand Down
2 changes: 1 addition & 1 deletion writedocs/start.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { execSync } = require("child_process");
const fs = require("fs");

try {
const config = JSON.parse(fs.readFileSync("../config.json", "utf8"));
const config = JSON.parse(fs.readFileSync("./config.json", "utf8"));

if (
config.apiFiles &&
Expand Down

0 comments on commit 28c2b1a

Please sign in to comment.