Skip to content

Commit

Permalink
Update outDir path in vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Oswald committed Feb 3, 2024
1 parent 3d06516 commit b35f71b
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 @@ -6,7 +6,7 @@ export default defineConfig({
root: "src",
base: "/lazyslate/",
build: {
outDir: "dist",
outDir: "../dist",
emptyOutDir: true,
rollupOptions: {
input: {
Expand Down

0 comments on commit b35f71b

Please sign in to comment.