From aa7555b49df4cf4f165f007946f1aa45decc4267 Mon Sep 17 00:00:00 2001 From: Carlos Narro Date: Wed, 27 May 2026 17:55:11 +0200 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20de=20.gitignore=20para=20i?= =?UTF-8?q?gnorar=20directorio=20zips/=20y=20ajustes=20menores=20en=20land?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + mvp/b2b/landing_reformix.html | 2 +- mvp/b2c/next.config.ts | 7 +- mvp/b2c/public/b2b.html | 180 ++++++++++++++++++++++++++++++++++ 4 files changed, 188 insertions(+), 2 deletions(-) create mode 100644 mvp/b2c/public/b2b.html diff --git a/.gitignore b/.gitignore index 85e66ee..d79b24f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.ps1 +zips/ diff --git a/mvp/b2b/landing_reformix.html b/mvp/b2b/landing_reformix.html index 7a045c0..3abf091 100644 --- a/mvp/b2b/landing_reformix.html +++ b/mvp/b2b/landing_reformix.html @@ -174,7 +174,7 @@ document.addEventListener('DOMContentLoaded', async function() { \ No newline at end of file diff --git a/mvp/b2c/next.config.ts b/mvp/b2c/next.config.ts index e9ffa30..e39fc23 100644 --- a/mvp/b2c/next.config.ts +++ b/mvp/b2c/next.config.ts @@ -1,7 +1,12 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ + async rewrites() { + return [ + // Landing B2B estática (mvp/b2b) servida en /b2b. El fichero vive en public/b2b.html. + { source: "/b2b", destination: "/b2b.html" }, + ]; + }, }; export default nextConfig; diff --git a/mvp/b2c/public/b2b.html b/mvp/b2c/public/b2b.html new file mode 100644 index 0000000..3abf091 --- /dev/null +++ b/mvp/b2c/public/b2b.html @@ -0,0 +1,180 @@ + + + + + Reformix — Un mercado de reformas más justo + + + + +
+ + + + R + +
+
Unpacking...
+ + + + + + + + + + \ No newline at end of file