first commit

This commit is contained in:
Sergio Matias Urquin
2025-04-29 18:47:35 -06:00
commit 3609d1fa20
75 changed files with 10544 additions and 0 deletions

6
next.config.mjs Normal file
View File

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