Spaces:
Running
Running
Update vite.config.ts
Browse files- 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: '
|
8 |
},
|
9 |
});
|
|
|
4 |
export default defineConfig({
|
5 |
plugins: [react()],
|
6 |
build: {
|
7 |
+
outDir: 'build', // Ensure Hugging Face Spaces can locate the output
|
8 |
},
|
9 |
});
|