Initial commit – Cursa de la Cirera 2026 e-commerce

Next.js 14 + Prisma + Stripe + Google Sheets + Nodemailer
This commit is contained in:
2026-06-17 12:02:28 +02:00
commit 60f6e9d2e1
45 changed files with 9974 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
images: {
unoptimized: true,
},
}
export default nextConfig