Spaces:
Running
Running
Update vite.config.js
Browse files- vite.config.js +1 -1
vite.config.js
CHANGED
|
@@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react'
|
|
| 3 |
|
| 4 |
export default defineConfig({
|
| 5 |
plugins: [react()],
|
| 6 |
-
//
|
| 7 |
base: '/',
|
| 8 |
build: {
|
| 9 |
outDir: 'dist',
|
|
|
|
| 3 |
|
| 4 |
export default defineConfig({
|
| 5 |
plugins: [react()],
|
| 6 |
+
// 'base' en '/' es lo estándar para que funcione en la raíz del dominio
|
| 7 |
base: '/',
|
| 8 |
build: {
|
| 9 |
outDir: 'dist',
|