Reorganización de repositorio y ajuste de base path a /cruce-cuentas/
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ VITE_FIREBASE_PROJECT_ID=tu_project_id
|
||||
VITE_FIREBASE_STORAGE_BUCKET=tu_storage_bucket
|
||||
VITE_FIREBASE_MESSAGING_SENDER_ID=tu_messaging_sender_id
|
||||
VITE_FIREBASE_APP_ID=tu_app_id
|
||||
VITE_WEBHOOK_URL=http://localhost:5678/webhook-test/cruce-cuentas-fase5
|
||||
VITE_WEBHOOK_URL=https://tu-n8n-url.com/webhook/endpoint
|
||||
|
||||
@@ -11,6 +11,7 @@ lerna-debug.log*
|
||||
node_modules/
|
||||
|
||||
# Build outputs
|
||||
# dist/ (Explicitly allowed by boss)
|
||||
build/
|
||||
dist-ssr/
|
||||
|
||||
|
||||
Vendored
+9
-6
@@ -1,14 +1,17 @@
|
||||
<!doctype html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cruce de Cuentas GLM</title>
|
||||
<script type="module" crossorigin src="/assets/index-DL4z2LvD.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DU5ZO3Ig.css">
|
||||
</head>
|
||||
<body>
|
||||
<script type="module" crossorigin src="/cruce-cuentas/assets/index-DL4z2LvD.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/cruce-cuentas/assets/index-DU5ZO3Ig.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
+7
-4
@@ -1,13 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cruce de Cuentas GLM</title>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
base: '/cruce-cuentas/',
|
||||
plugins: [react()],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user