Skip to content

Commit

Permalink
Fixed output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
otigges committed Sep 30, 2023
1 parent 912f455 commit 5d95faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import handlebars from "vite-plugin-handlebars";
export default {
root: resolve(__dirname, "src"),
build: {
outDir: "..",
outDir: "../dist",
rollupOptions: {
input: {
main: new URL("./src/index.html", import.meta.url).pathname,
Expand Down

0 comments on commit 5d95faf

Please sign in to comment.