We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677c0ee commit 89fe1c0Copy full SHA for 89fe1c0
2 files changed
404.html
tools/builder/prepare-gh-pages.js
@@ -74,7 +74,6 @@ function getSteps(tutorialDir) {
74
75
copyFileSync(join(cwd, "README.md"), join(cwd, "dist/index.md"));
76
rewriteLinks(join(cwd, "dist/index.md"));
77
- copyFileSync(join(cwd, "404.html"), join(cwd, "dist/404.html"));
78
79
console.log(` 🌅 Copying _includes....`);
80
const includes = fg.globSync(["**/*"], { cwd: join(cwd, "_includes") });
0 commit comments