diff --git a/code/converter.js b/code/converter.js index 00e7d20..23624f6 100644 --- a/code/converter.js +++ b/code/converter.js @@ -42,4 +42,3 @@ artjson.forEach((v, i) => { fs.writeFileSync(`${path}/story/toc.md`, indexmd, {encoding: "utf8"}); fs.writeFileSync(`${path}/story/human-readable.md`, fullMd, {encoding: "utf8"}); fs.writeFileSync(`${path}/art.md`, artMd, {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"});