Skip to content

Commit 89fe1c0

Browse files
authored
fix: Remove 404.html (#226)
1 parent 677c0ee commit 89fe1c0

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

404.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

tools/builder/prepare-gh-pages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ function getSteps(tutorialDir) {
7474

7575
copyFileSync(join(cwd, "README.md"), join(cwd, "dist/index.md"));
7676
rewriteLinks(join(cwd, "dist/index.md"));
77-
copyFileSync(join(cwd, "404.html"), join(cwd, "dist/404.html"));
7877

7978
console.log(` 🌅 Copying _includes....`);
8079
const includes = fg.globSync(["**/*"], { cwd: join(cwd, "_includes") });

0 commit comments

Comments
 (0)