From c213c68547a7c6378b7298dd0b1f624b2678dfbb Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Sat, 28 May 2022 14:55:57 -0500 Subject: [PATCH] Update converter.js --- code/converter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/converter.js b/code/converter.js index 28c1398..2534b52 100644 --- a/code/converter.js +++ b/code/converter.js @@ -31,4 +31,4 @@ json.forEach((v, i) => { fs.writeFileSync(`${path}/story/human-readable/${v.id}.md`, mdTemp, {encoding: "utf8"}); }) fs.writeFileSync(`${path}/story/human-readable.md`, fullMd, {encoding: "utf8"}); -fs.writeFileSync(`${path}/story/index.md`, "# The full, unbroken story of the Dizzy AU.\n[See it on GitHub Pages.](https://meowcatheorange.github.io/Dizzy-AU/index)\n\n" + fullMd, {encoding: "utf8"}); +fs.writeFileSync(`${path}/index.md`, "# The full, unbroken story of the Dizzy AU.\n[See it on GitHub Pages.](https://meowcatheorange.github.io/Dizzy-AU/index)\n\n" + fullMd, {encoding: "utf8"});