Initial commit from Create Next App

This commit is contained in:
Mauro Balades
2024-07-03 13:53:54 +02:00
commit 4b6e9dd70f
15 changed files with 5229 additions and 0 deletions

4
next.config.mjs Normal file
View File

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