We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cbcd0 commit b34e38bCopy full SHA for b34e38b
vite.config.ts
@@ -6,7 +6,7 @@ export default defineConfig({
6
// depending on your application, base can also be "/"
7
base: '',
8
plugins: [react(), viteTsconfigPaths()],
9
- root: 'src',
+ root: './',
10
build: {
11
outDir: '../build',
12
emptyOutDir: true, // also necessary
0 commit comments