Update converter.js

This commit is contained in:
MeowcaTheoRange 2022-05-29 21:02:08 -05:00 committed by GitHub
parent 31a1967add
commit aa97be0b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"});