Raiff1982 commited on
Commit
867cceb
·
verified ·
1 Parent(s): 21f63c3

Update vite.config.ts

Browse files
Files changed (1) hide show
  1. vite.config.ts +1 -1
vite.config.ts CHANGED
@@ -4,6 +4,6 @@ import react from '@vitejs/plugin-react';
4
  export default defineConfig({
5
  plugins: [react()],
6
  build: {
7
- outDir: 'dist', // Ensure Hugging Face Spaces can locate the output
8
  },
9
  });
 
4
  export default defineConfig({
5
  plugins: [react()],
6
  build: {
7
+ outDir: 'build', // Ensure Hugging Face Spaces can locate the output
8
  },
9
  });