Initial Commit

This commit is contained in:
2025-06-07 08:02:20 +02:00
commit 4d3def4ed7
35 changed files with 12929 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;