We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d06516 commit b35f71bCopy full SHA for b35f71b
vite.config.js
@@ -6,7 +6,7 @@ export default defineConfig({
6
root: "src",
7
base: "/lazyslate/",
8
build: {
9
- outDir: "dist",
+ outDir: "../dist",
10
emptyOutDir: true,
11
rollupOptions: {
12
input: {
0 commit comments