Skip to content

Commit

Permalink
Add 404.html to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed May 24, 2024
1 parent e86c3f0 commit 160ba09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ export default defineConfig({
},
},
base: "/",
build: {
rollupOptions: {
input: ["index.html", "404.html"],
},
},
});

0 comments on commit 160ba09

Please sign in to comment.