fix(dev): vite preview not working

This commit is contained in:
Miodec 2024-07-26 15:52:45 +02:00
parent ed4b072065
commit 93b2e0036f

View file

@ -38,4 +38,7 @@ export default {
"6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
),
},
build: {
outDir: "../dist",
},
};