Skip to content

Commit b35f71b

Browse files
committed
Update outDir path in vite.config.js
1 parent 3d06516 commit b35f71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
root: "src",
77
base: "/lazyslate/",
88
build: {
9-
outDir: "dist",
9+
outDir: "../dist",
1010
emptyOutDir: true,
1111
rollupOptions: {
1212
input: {

0 commit comments

Comments
 (0)