first commit

This commit is contained in:
Puechberty Arthur
2026-03-30 22:47:25 +02:00
commit 4ca8848d09
92 changed files with 8139 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;