Skip to content

Commit

Permalink
use local directory
Browse files Browse the repository at this point in the history
  • Loading branch information
a2937 committed Oct 29, 2024
1 parent d4cbcd0 commit b34e38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
// depending on your application, base can also be "/"
base: '',
plugins: [react(), viteTsconfigPaths()],
root: 'src',
root: './',
build: {
outDir: '../build',
emptyOutDir: true, // also necessary
Expand Down

0 comments on commit b34e38b

Please sign in to comment.