Skip to content

Commit

Permalink
fix(404): modifie le fichier error en 404 pour GH Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelgoetter committed Sep 18, 2024
1 parent d6e23b5 commit 2791d05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
rollupOptions: {
input: {
main: resolve(__dirname, "index.html"),
error: resolve(__dirname, "error.html"),
error: resolve(__dirname, "404.html"),
},
},
},
Expand Down

0 comments on commit 2791d05

Please sign in to comment.