Spaces:
Sleeping
Sleeping
Update vite.config.js
Browse files- vite.config.js +1 -0
vite.config.js
CHANGED
|
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
|
|
| 2 |
import react from '@vitejs/plugin-react';
|
| 3 |
|
| 4 |
export default defineConfig({
|
|
|
|
| 5 |
plugins: [react()],
|
| 6 |
server: {
|
| 7 |
open: true
|
|
|
|
| 2 |
import react from '@vitejs/plugin-react';
|
| 3 |
|
| 4 |
export default defineConfig({
|
| 5 |
+
base: './',
|
| 6 |
plugins: [react()],
|
| 7 |
server: {
|
| 8 |
open: true
|