Skip to content

Commit b34e38b

Browse files
committed
use local directory
1 parent d4cbcd0 commit b34e38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
// depending on your application, base can also be "/"
77
base: '',
88
plugins: [react(), viteTsconfigPaths()],
9-
root: 'src',
9+
root: './',
1010
build: {
1111
outDir: '../build',
1212
emptyOutDir: true, // also necessary

0 commit comments

Comments
 (0)