We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05af16c commit 1e44826Copy full SHA for 1e44826
view.react/vite.config.ts
@@ -26,6 +26,6 @@ export default defineConfig({
26
setupFiles: './src/setupTests.js'
27
},
28
build: {
29
- outDir: 'build/static'
+ outDir: 'build'
30
}
31
});
0 commit comments