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_STORAGE_BUCKET=tu_storage_bucket
|
||||||
VITE_FIREBASE_MESSAGING_SENDER_ID=tu_messaging_sender_id
|
VITE_FIREBASE_MESSAGING_SENDER_ID=tu_messaging_sender_id
|
||||||
VITE_FIREBASE_APP_ID=tu_app_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/
|
node_modules/
|
||||||
|
|
||||||
# Build outputs
|
# Build outputs
|
||||||
|
# dist/ (Explicitly allowed by boss)
|
||||||
build/
|
build/
|
||||||
dist-ssr/
|
dist-ssr/
|
||||||
|
|
||||||
|
|||||||
Vendored
+14
-11
@@ -1,14 +1,17 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="es">
|
<html lang="es">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<head>
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<title>Cruce de Cuentas GLM</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<script type="module" crossorigin src="/assets/index-DL4z2LvD.js"></script>
|
<title>Cruce de Cuentas GLM</title>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DU5ZO3Ig.css">
|
<script type="module" crossorigin src="/cruce-cuentas/assets/index-DL4z2LvD.js"></script>
|
||||||
</head>
|
<link rel="stylesheet" crossorigin href="/cruce-cuentas/assets/index-DU5ZO3Ig.css">
|
||||||
<body>
|
</head>
|
||||||
<div id="root"></div>
|
|
||||||
</body>
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+13
-10
@@ -1,13 +1,16 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="es">
|
<html lang="es">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<head>
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<title>Cruce de Cuentas GLM</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
</head>
|
<title>Cruce de Cuentas GLM</title>
|
||||||
<body>
|
</head>
|
||||||
<div id="root"></div>
|
|
||||||
<script type="module" src="/src/main.jsx"></script>
|
<body>
|
||||||
</body>
|
<div id="root"></div>
|
||||||
|
<script type="module" src="/src/main.jsx"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react'
|
|||||||
|
|
||||||
// https://vite.dev/config/
|
// https://vite.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
base: '/cruce-cuentas/',
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user