Reorganización de repositorio y ajuste de base path a /cruce-cuentas/

This commit is contained in:
Isaac Aracena
2026-05-13 13:11:25 -04:00
parent 54fe00af16
commit 39f361149b
5 changed files with 32 additions and 24 deletions
+1
View File
@@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
base: '/cruce-cuentas/',
plugins: [react()],
})