First commit

This commit is contained in:
2026-05-28 18:49:39 +02:00
commit 75ece13f80
30 changed files with 7357 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;