initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-11-11 23:13:13 +01:00
padre 78613f6cbe
commit 16469bab3c
Se han modificado 22 ficheros con 3855 adiciones y 6659 borrados

6
next.config.js Archivo normal
Ver fichero

@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
turbopack: {},
};
export default nextConfig;