first commit

This commit is contained in:
Puechberty Arthur
2026-03-30 20:19:05 +02:00
commit c96a23dc12
27 changed files with 8889 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;