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