Skip to content

Commit

Permalink
Remove rename of 404 file that is no longer generated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Aug 25, 2023
1 parent ecc93cb commit 7b88bf9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions generator/src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,6 @@ export async function render(request) {
const cliDone = runCli(options);
await cliDone;

await fsPromises.rename(
"dist/____elm-pages-internal____/404/index.html",
"dist/404.html"
);
await runAdapter(
config.adapter ||
function () {
Expand Down

0 comments on commit 7b88bf9

Please sign in to comment.