Actualización de .gitignore para ignorar directorio zips/ y ajustes menores en landing

This commit is contained in:
Carlos Narro
2026-05-27 17:55:11 +02:00
parent f5e8fd0b66
commit aa7555b49d
4 changed files with 188 additions and 2 deletions

View File

@@ -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;

180
mvp/b2c/public/b2b.html Normal file

File diff suppressed because one or more lines are too long