Skip to content

Commit

Permalink
remove build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Peruibeloko committed Jun 29, 2024
1 parent aad02a0 commit 3476589
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ import vue from "@vitejs/plugin-vue";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
base: "./",
build: {
outDir: "docs",
},
base: "./"
});

0 comments on commit 3476589

Please sign in to comment.